aboutsummaryrefslogtreecommitdiffstats
path: root/testing/php7-gmagick/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/php7-gmagick/APKBUILD')
-rw-r--r--testing/php7-gmagick/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-gmagick/APKBUILD b/testing/php7-gmagick/APKBUILD
index 2c24f7f57..f8c04210c 100644
--- a/testing/php7-gmagick/APKBUILD
+++ b/testing/php7-gmagick/APKBUILD
@@ -3,7 +3,7 @@
pkgname=php7-gmagick
pkgver=2.0.4_rc1
_pkgver=${pkgver/_rc/RC}
-pkgrel=0
+pkgrel=1
pkgdesc="PHP7 bindings to the GraphicsMagick library"
url="http://pecl.php.net/package/gmagick"
arch="all"
@@ -22,7 +22,7 @@ prepare() {
}
build() {
- cd "$_uilddir"
+ cd "$_builddir"
./configure \
--prefix=/usr \
--with-php-config=/usr/bin/php-config7 \