[arch-commits] Commit in unixodbc/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Wed Mar 21 08:46:35 UTC 2018


    Date: Wednesday, March 21, 2018 @ 08:46:34
  Author: andyrtr
Revision: 319739

archrelease: copy trunk to extra-x86_64

Added:
  unixodbc/repos/extra-x86_64/PKGBUILD
    (from rev 319738, unixodbc/trunk/PKGBUILD)
Deleted:
  unixodbc/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-21 08:46:19 UTC (rev 319738)
+++ PKGBUILD	2018-03-21 08:46:34 UTC (rev 319739)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=unixodbc
-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')
-url="http://www.unixodbc.org/"
-backup=('etc/odbc.ini' 'etc/odbcinst.ini')
-depends=('readline' 'libltdl')
-source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
-md5sums=('abf14cf943f1f8c5e63a24cb26d54fd9')
-
-build() {
-    cd unixODBC-${pkgver}
-    ./configure --prefix=/usr --sysconfdir=/etc
-    make
-}
-
-check() {
-    cd unixODBC-${pkgver}
-    make -k check
-}
-
-package() {
-    cd unixODBC-${pkgver}
-    make DESTDIR=${pkgdir} install
-    touch "$pkgdir"/etc/{odbc,odbcinst}.ini
-}

Copied: unixodbc/repos/extra-x86_64/PKGBUILD (from rev 319738, unixodbc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-21 08:46:34 UTC (rev 319739)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=unixodbc
+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')
+license=('GPL2' 'LGPL2.1')
+url="http://www.unixodbc.org/"
+backup=('etc/odbc.ini' 'etc/odbcinst.ini')
+depends=('readline' 'libltdl')
+source=(ftp://ftp.unixodbc.org/pub/unixODBC/unixODBC-$pkgver.tar.gz)
+md5sums=('a8629fd2953b04b4639d0a9d8a5cf9d1')
+
+build() {
+    cd unixODBC-${pkgver}
+    ./configure --prefix=/usr --sysconfdir=/etc
+    make
+}
+
+check() {
+    cd unixODBC-${pkgver}
+    make -k check
+}
+
+package() {
+    cd unixODBC-${pkgver}
+    make DESTDIR=${pkgdir} install
+    touch "$pkgdir"/etc/{odbc,odbcinst}.ini
+}



More information about the arch-commits mailing list