diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-10 20:26:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-01-10 20:26:26 +0000 |
commit | c66c633d26a6cc761b6e43a988c102df5046f4af (patch) | |
tree | 8b9c4783242f863e9079fc1f270062f3622f0ffc /main/php | |
parent | eafd4927ccf81787354c03425a2f52f45d88eabb (diff) | |
download | aports-c66c633d26a6cc761b6e43a988c102df5046f4af.tar.bz2 aports-c66c633d26a6cc761b6e43a988c102df5046f4af.tar.xz |
main/php: rebuild against new icu
Diffstat (limited to 'main/php')
-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 8a1189c688..43eafcc50a 100644 --- a/main/php/APKBUILD +++ b/main/php/APKBUILD @@ -3,7 +3,7 @@ pkgname=php pkgver=5.3.5 _suhosinver=5.3.4-0.9.10 -pkgrel=0 +pkgrel=1 pkgdesc="The PHP language runtime engine" url="http://www.php.net/" arch="x86 x86_64" |