[arch-commits] Commit in unixodbc/repos (3 files)

Andrea Scarpino andrea at archlinux.org
Wed Dec 21 20:47:38 UTC 2011


    Date: Wednesday, December 21, 2011 @ 15:47:38
  Author: andrea
Revision: 145344

db-move: moved unixodbc from [testing] to [extra] (i686)

Added:
  unixodbc/repos/extra-i686/PKGBUILD
    (from rev 145317, unixodbc/repos/testing-i686/PKGBUILD)
Deleted:
  unixodbc/repos/extra-i686/PKGBUILD
  unixodbc/repos/testing-i686/

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-12-21 20:47:36 UTC (rev 145343)
+++ extra-i686/PKGBUILD	2011-12-21 20:47:38 UTC (rev 145344)
@@ -1,28 +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.0
-pkgrel=2
-pkgdesc="ODBC is an open specification for providing application developers with a predictable API with which to access Data Sources"
-arch=('i686' 'x86_64')
-license=('GPL2' 'LGPL2.1')
-url="http://www.unixodbc.org/"
-backup=('etc/odbc.ini' 'etc/odbcinst.ini')
-depends=('readline' 'libltdl')
-options=('!libtool')
-source=("http://www.unixodbc.org/unixODBC-$pkgver.tar.gz")
-md5sums=('f2ad22cbdffe836c58987ed2332c2e99')
-
-build() {
-    cd ${srcdir}/unixODBC-${pkgver}
-    ./configure --prefix=/usr --sysconfdir=/etc
-    make
-}
-
-package() {
-    cd ${srcdir}/unixODBC-${pkgver}
-    make DESTDIR=${pkgdir} install
-}

Copied: unixodbc/repos/extra-i686/PKGBUILD (from rev 145317, unixodbc/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-12-21 20:47:38 UTC (rev 145344)
@@ -0,0 +1,28 @@
+# $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.1
+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')
+license=('GPL2' 'LGPL2.1')
+url="http://www.unixodbc.org/"
+backup=('etc/odbc.ini' 'etc/odbcinst.ini')
+depends=('readline' 'libltdl')
+options=('!libtool')
+source=("http://www.unixodbc.org/unixODBC-$pkgver.tar.gz")
+md5sums=('86788d4006620fa1f171c13d07fdcaab')
+
+build() {
+    cd ${srcdir}/unixODBC-${pkgver}
+    ./configure --prefix=/usr --sysconfdir=/etc
+    make
+}
+
+package() {
+    cd ${srcdir}/unixODBC-${pkgver}
+    make DESTDIR=${pkgdir} install
+}




More information about the arch-commits mailing list