diff options
author | James Meyer <james.meyer@operamail.com> | 2009-03-14 18:29:26 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-03-14 18:29:26 (GMT) |
commit | c361f5eb42fcfcfa0663cb89c38b2eb8fab1bb2c (patch) | |
tree | d7de00fbefa88f7d6c490734791c547ca213b081 /abs/extra-testing/postgresql-libs/PKGBUILD | |
parent | f3bf3818147966ca3cde4e4b643317eeeff4eb54 (diff) | |
download | linhes_pkgbuild-c361f5eb42fcfcfa0663cb89c38b2eb8fab1bb2c.zip linhes_pkgbuild-c361f5eb42fcfcfa0663cb89c38b2eb8fab1bb2c.tar.gz linhes_pkgbuild-c361f5eb42fcfcfa0663cb89c38b2eb8fab1bb2c.tar.bz2 |
Adding posgresql, which is needed to make qt3.
Probably could have removed psql support from qt3, but psql might come in handy later.
Diffstat (limited to 'abs/extra-testing/postgresql-libs/PKGBUILD')
-rw-r--r-- | abs/extra-testing/postgresql-libs/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra-testing/postgresql-libs/PKGBUILD b/abs/extra-testing/postgresql-libs/PKGBUILD index 50ba785..ac037c7 100644 --- a/abs/extra-testing/postgresql-libs/PKGBUILD +++ b/abs/extra-testing/postgresql-libs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 18408 2008-11-04 22:14:34Z douglas $ +# $Id: PKGBUILD 27764 2009-02-25 16:30:54Z douglas $ # Maintainer: Paul Mattal <paul@archlinux.org> pkgname=postgresql-libs -pkgver=8.3.5 +pkgver=8.3.6 pkgrel=1 pkgdesc="Libraries for use with PostgreSQL" arch=(i686 x86_64) @@ -55,4 +55,4 @@ build() { set +e } -md5sums=('3bc028774d7a79e926be0c6a9c7ca209') +md5sums=('4f8c67d802bd03b5b844e268bba7d44a') |