diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-26 14:40:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-27 04:57:32 +0000 |
commit | b7670615347ff04eb701efdc1c50e7c451f270f4 (patch) | |
tree | 8d2e4ee8a8b7980b0fd8b30013905b588e02f870 /main/php/APKBUILD | |
parent | dcef4bf86babad2e0a36d91676733d6f1eae9aa5 (diff) | |
download | aports-b7670615347ff04eb701efdc1c50e7c451f270f4.tar.bz2 aports-b7670615347ff04eb701efdc1c50e7c451f270f4.tar.xz |
main/php: rebuild against libpng16
Diffstat (limited to 'main/php/APKBUILD')
-rw-r--r-- | main/php/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php/APKBUILD b/main/php/APKBUILD index 5b5fd7f692..4859c130df 100644 --- a/main/php/APKBUILD +++ b/main/php/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Matt Smith <mcs@darkregion.net> pkgname=php pkgver=5.4.17 -pkgrel=0 +pkgrel=1 pkgdesc="The PHP language runtime engine" url="http://www.php.net/" arch="all" |