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

Douglas Soares de Andrade douglas at archlinux.org
Tue Feb 17 09:47:02 UTC 2009


    Date: Tuesday, February 17, 2009 @ 04:47:02
  Author: douglas
Revision: 27247

upgpkg: libpqxx 3.0-1

Modified:
  libpqxx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-17 09:41:39 UTC (rev 27246)
+++ PKGBUILD	2009-02-17 09:47:02 UTC (rev 27247)
@@ -2,7 +2,7 @@
 # Maintainer: damir <damir at archlinux.org>
 
 pkgname=libpqxx
-pkgver=2.6.9
+pkgver=3.0
 pkgrel=1
 pkgdesc="C++ client API for PostgreSQL"
 arch=('i686' 'x86_64')
@@ -11,7 +11,6 @@
 depends=('gcc' 'postgresql-libs>=8.2.3')
 options=('!libtool')
 source=("http://pqxx.org/download/software/libpqxx/libpqxx-$pkgver.tar.gz")
-md5sums=('0b0c64af41dfdeea8556dc359994e1cb')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
@@ -19,6 +18,6 @@
   make || return 1
   make prefix=$startdir/pkg/usr install 
   install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
-  
 }
 
+md5sums=('57b0fe82ed08df7b8fbe3df313960001')




More information about the arch-commits mailing list