aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/php/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/main/php/APKBUILD b/main/php/APKBUILD
index c9c2cd3f98..e93c9ad806 100644
--- a/main/php/APKBUILD
+++ b/main/php/APKBUILD
@@ -3,12 +3,14 @@
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=php
pkgver=5.6.9
-pkgrel=0
+pkgrel=1
pkgdesc="The PHP language runtime engine"
url="http://www.php.net/"
arch="all"
license="PHP-3"
depends="$pkgname-cli"
+# -dev package needs phpize
+depends_dev="$pkgname-cli"
install="$pkgname.post-upgrade"
makedepends="
apache2-dev