diff options
author | root <root@rshg054.dnsready.net> | 2013-02-05 00:07:38 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-05 00:07:38 -0800 |
commit | b91dca65217b7c35be84df053692c9fd1b012560 (patch) | |
tree | 1ab70184cb03b2ac7a5123daed51de63f9df742b /community/libpqxx | |
parent | 3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 (diff) |
Tue Feb 5 00:07:38 PST 2013
Diffstat (limited to 'community/libpqxx')
-rw-r--r-- | community/libpqxx/PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/community/libpqxx/PKGBUILD b/community/libpqxx/PKGBUILD index fbefdafa7..00a6dba5d 100644 --- a/community/libpqxx/PKGBUILD +++ b/community/libpqxx/PKGBUILD @@ -1,23 +1,22 @@ -# $Id: PKGBUILD 59094 2009-11-20 06:50:18Z giovanni $ +# $Id: PKGBUILD 83662 2013-02-04 10:17:35Z spupykin $ # Contributor: Giovanni Scafora <giovanni@archlinux.org> pkgname=libpqxx -pkgver=4.0 +pkgver=4.0.1 pkgrel=1 pkgdesc="C++ client API for PostgreSQL" arch=('i686' 'x86_64') license=('custom') url="http://pqxx.org/development/libpqxx/" depends=('postgresql-libs>=8.4.1') +makedepends=('python2') options=('!libtool') -source=("http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz" - build-fix.patch) -md5sums=('bd7541f858400a96cbe2a48cb342ad0e' - 'e59f5f63e1800406bf494e19cea479a4') +source=("http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('6ea888b9ba85dd7cef1b182dc5f223a2') build() { cd "${srcdir}/${pkgname}-${pkgver}" -# patch -p1 <$srcdir/build-fix.patch + sed -i 's|python|python2|' tools/splitconfig ./configure --prefix=/usr --enable-shared make make prefix="${pkgdir}/usr" install |