summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancesco Zardi2023-08-22 23:52:07 +0200
committerFrancesco Zardi2023-08-22 23:52:07 +0200
commit52c82625dac55cc8b1675b02a1af679879a9e037 (patch)
tree42c5829ded3c3da531f2b20e9302822316fbdc7e /PKGBUILD
parent001d902ce5cfda2ea1ff47046106045f966b1ecf (diff)
downloadaur-lib32-unixodbc.tar.gz
Bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e9c41f8a903f..0c120b5ac5ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
-# Maintainer: Andrew Sun <adsun701 at gmail dot com>
+# Maintainer: Francesco Zardi <frazar [at] hotmail _dot_ it>
+# Contributor: Andrew Sun <adsun701 at gmail dot com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: AndyRTR <andyrtr@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=lib32-unixodbc
-pkgver=2.3.11
+pkgver=2.3.12
pkgrel=1
pkgdesc='ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources'
arch=('x86_64')
@@ -14,7 +15,7 @@ license=('GPL2' 'LGPL2.1')
depends=('lib32-libltdl' 'unixodbc')
makedepends=('gcc-multilib' 'lib32-gcc-libs')
source=("ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-${pkgver}.tar.gz")
-sha256sums=('d9e55c8e7118347e3c66c87338856dad1516b490fb7c756c1562a2c267c73b5c')
+sha256sums=('f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f01915ec')
build() {
cd ${srcdir}/unixODBC-${pkgver}
@@ -36,5 +37,3 @@ package() {
make DESTDIR="${pkgdir}" install
rm -rf "${pkgdir}"/{etc,usr/{bin,include,share}}
}
-
-# vim: ts=2 sw=2 et: