summaryrefslogtreecommitdiffstats
path: root/testing/phppgadmin
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2012-05-24 17:29:03 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2012-05-25 19:36:34 +0000
commit77e4121e282b8536c93a78de8f239f23f4b176a8 (patch)
treedeca5c7d98888d434eb4f383c3d01e6519d665ff /testing/phppgadmin
parentd7c709bc5e78f35d129a05b9ff1c91d9da70b521 (diff)
downloadaports-77e4121e282b8536c93a78de8f239f23f4b176a8.tar.bz2
aports-77e4121e282b8536c93a78de8f239f23f4b176a8.tar.xz
testing/phppgadmin: upgrade to 5.0.4
Diffstat (limited to 'testing/phppgadmin')
-rw-r--r--testing/phppgadmin/APKBUILD10
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"