diff options
author | root <root@rshg054.dnsready.net> | 2013-05-04 00:41:51 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-04 00:41:51 -0700 |
commit | 5f3b2100b811506bec6bcf63b24d1c605dfe8cb6 (patch) | |
tree | 8496666b775c5132608aadbb2f7cae113be74ad2 /extra/libgda/PKGBUILD | |
parent | 32b069e79cb891e99962cbac53e2950c11ea403f (diff) |
Sat May 4 00:41:51 PDT 2013
Diffstat (limited to 'extra/libgda/PKGBUILD')
-rw-r--r-- | extra/libgda/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libgda/PKGBUILD b/extra/libgda/PKGBUILD index d604f74e2..333aee8ee 100644 --- a/extra/libgda/PKGBUILD +++ b/extra/libgda/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 183427 2013-04-21 22:11:12Z heftig $ +# $Id: PKGBUILD 184204 2013-05-03 19:46:09Z heftig $ # Maintainer: tobias <tobias@archlinux.org> # Contributor: Tobias Kieslich <tobias@justdreams.de> pkgname=libgda pkgver=5.1.2 -pkgrel=1 +pkgrel=2 pkgdesc="Data abstraction layer with mysql, pgsql, xml, sqlite providers" arch=(i686 x86_64) license=('GPL') @@ -24,7 +24,7 @@ build() { sed -i '1s/python$/&2/' libgda-report/RML/trml*/trml*.py ./configure --prefix=/usr --sysconfdir=/etc \ --with-bdb=/usr --with-bdb-libdir-name=lib \ - --disable-static --enable-json + --disable-static --enable-json --enable-gda-gi make } |