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

Andreas Radke andyrtr at archlinux.org
Wed Sep 2 18:07:49 UTC 2015


    Date: Wednesday, September 2, 2015 @ 20:07:49
  Author: andyrtr
Revision: 245208

upgpkg: unixodbc 2.3.4-1

upstream update 2.3.4

Modified:
  unixodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-02 18:00:41 UTC (rev 245207)
+++ PKGBUILD	2015-09-02 18:07:49 UTC (rev 245208)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=unixodbc
-pkgver=2.3.3
+pkgver=2.3.4
 pkgrel=1
 pkgdesc="ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources"
 arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@
 url="http://www.unixodbc.org/"
 backup=('etc/odbc.ini' 'etc/odbcinst.ini')
 depends=('readline' 'libltdl')
-source=("http://www.unixodbc.org/unixODBC-$pkgver.tar.gz")
-md5sums=('09bf65123905b951af192854d70eeae8')
+source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
+md5sums=('bd25d261ca1808c947cb687e2034be81')
 
 build() {
     cd unixODBC-${pkgver}



More information about the arch-commits mailing list