Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
unixodbc
Commits:
aaf09d0f by Christian Hesse at 2025-01-08T15:35:14+01:00
upgpkg: 2.3.12-3: add provides for shared libraries
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = unixodbc
pkgdesc = ODBC is an open specification for providing application
developers with a predictable API with which to access Data Sources
pkgver = 2.3.12
- pkgrel = 2
+ pkgrel = 3
url = http://www.unixodbc.org/
arch = x86_64
license = GPL-2.0-or-later
@@ -9,6 +9,9 @@ pkgbase = unixodbc
depends = readline
depends = libltdl
depends = glibc
+ provides = libodbc.so
+ provides = libodbccr.so
+ provides = libodbcinst.so
backup = etc/odbc.ini
backup = etc/odbcinst.ini
source = ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.12.tar.gz
=====================================
PKGBUILD
=====================================
@@ -4,13 +4,14 @@
pkgname=unixodbc
pkgver=2.3.12
-pkgrel=2
+pkgrel=3
pkgdesc="ODBC is an open specification for providing application developers
with a predictable API with which to access Data Sources"
arch=('x86_64')
license=('GPL-2.0-or-later' 'LGPL-2.1-or-later')
url="http://www.unixodbc.org/"
backup=('etc/odbc.ini' 'etc/odbcinst.ini')
depends=('readline' 'libltdl' 'glibc')
+provides=('libodbc.so' 'libodbccr.so' 'libodbcinst.so')
source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
sha256sums=('f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f01915ec')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/unixodbc/-/commit/aaf09d0f49b3436102f8c2d102b45f6e04da030a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/unixodbc/-/commit/aaf09d0f49b3436102f8c2d102b45f6e04da030a
You're receiving this email because of your account on gitlab.archlinux.org.