Date: Wednesday, March 21, 2018 @ 08:46:19 Author: andyrtr Revision: 319738
upgpkg: unixodbc 2.3.6-1 upstream update 2.3.6 Modified: unixodbc/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-21 08:02:11 UTC (rev 319737) +++ PKGBUILD 2018-03-21 08:46:19 UTC (rev 319738) @@ -4,7 +4,7 @@ # Contributor: Tom Newsom <[email protected]> pkgname=unixodbc -pkgver=2.3.5 +pkgver=2.3.6 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') @@ -13,7 +13,7 @@ backup=('etc/odbc.ini' 'etc/odbcinst.ini') depends=('readline' 'libltdl') source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz) -md5sums=('abf14cf943f1f8c5e63a24cb26d54fd9') +md5sums=('a8629fd2953b04b4639d0a9d8a5cf9d1') build() { cd unixODBC-${pkgver}
