[arch-commits] Commit in unixodbc/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Feb 11 09:40:39 UTC 2018


    Date: Sunday, February 11, 2018 @ 09:40:39
  Author: andyrtr
Revision: 316607

upgpkg: unixodbc 2.3.5-1

upstream update 2.3.5

Modified:
  unixodbc/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-11 09:28:42 UTC (rev 316606)
+++ PKGBUILD	2018-02-11 09:40:39 UTC (rev 316607)
@@ -4,8 +4,8 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=unixodbc
-pkgver=2.3.4
-pkgrel=2
+pkgver=2.3.5
+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')
 license=('GPL2' 'LGPL2.1')
@@ -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=('bd25d261ca1808c947cb687e2034be81')
+md5sums=('abf14cf943f1f8c5e63a24cb26d54fd9')
 
 build() {
     cd unixODBC-${pkgver}
@@ -29,4 +29,5 @@
 package() {
     cd unixODBC-${pkgver}
     make DESTDIR=${pkgdir} install
+    touch "$pkgdir"/etc/{odbc,odbcinst}.ini
 }



More information about the arch-commits mailing list