diff options
Diffstat (limited to 'testing/phppgadmin')
-rw-r--r-- | testing/phppgadmin/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/phppgadmin/APKBUILD b/testing/phppgadmin/APKBUILD index f6df49ad3..f406e4f37 100644 --- a/testing/phppgadmin/APKBUILD +++ b/testing/phppgadmin/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=phppgadmin _pkgname=phpPgAdmin -pkgver=5.0.2 +pkgver=5.0.4 pkgrel=0 pkgdesc="A Web-based PHP tool for administering PostgreSQL" url="http://phppgadmin.sourceforge.net/" -arch="all" -license="GPL" +arch="noarch" +license="GPL2+" depends="php php-pgsql php-zlib php-ctype postgresql" -depends_dev= +depends_dev="" makedepends="$depends_dev" install="$pkgname.post-install" subpackages="$pkgname-doc" @@ -64,5 +64,5 @@ doc() { done } -md5sums="dfdbb5860847123413596292931a44f9 phpPgAdmin-5.0.2.tar.gz +md5sums="682a0cfe18d5284967bc73ead9d7a21d phpPgAdmin-5.0.4.tar.gz 670eec89bbe794a50d36c80f02608708 phppgadmin.apache2.conf" |