summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Zardi2023-08-22 23:52:07 +0200
committerFrancesco Zardi2023-08-22 23:52:07 +0200
commit52c82625dac55cc8b1675b02a1af679879a9e037 (patch)
tree42c5829ded3c3da531f2b20e9302822316fbdc7e
parent001d902ce5cfda2ea1ff47046106045f966b1ecf (diff)
downloadaur-52c82625dac55cc8b1675b02a1af679879a9e037.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c299b3e23e6..1250fd688842 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-unixodbc
pkgdesc = ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources
- pkgver = 2.3.11
+ pkgver = 2.3.12
pkgrel = 1
url = http://www.unixodbc.org/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = lib32-unixodbc
makedepends = lib32-gcc-libs
depends = lib32-libltdl
depends = unixodbc
- source = ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.11.tar.gz
- sha256sums = d9e55c8e7118347e3c66c87338856dad1516b490fb7c756c1562a2c267c73b5c
+ source = ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-2.3.12.tar.gz
+ sha256sums = f210501445ce21bf607ba51ef8c125e10e22dffdffec377646462df5f01915ec
pkgname = lib32-unixodbc
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: