diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-09-13 08:56:10 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-09-13 08:57:37 +0000 |
commit | 2914d570ef9894d099e4d611bef069e25f5c10f7 (patch) | |
tree | 11f1e710012f8a9cdabe28732d2123e74f345367 /testing/php7-gmagick | |
parent | 7b58919fdcf8efde47839cbf1dfbb283574a8cac (diff) | |
download | aports-2914d570ef9894d099e4d611bef069e25f5c10f7.tar.bz2 aports-2914d570ef9894d099e4d611bef069e25f5c10f7.tar.xz |
testing/php7-gmagick: rebuild against grapichsgmacick 1.3.25
Diffstat (limited to 'testing/php7-gmagick')
-rw-r--r-- | testing/php7-gmagick/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/php7-gmagick/APKBUILD b/testing/php7-gmagick/APKBUILD index 2c24f7f57a..f8c04210ca 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 \ |