diff options
Diffstat (limited to 'testing/php7-gmagick/APKBUILD')
-rw-r--r-- | testing/php7-gmagick/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-gmagick/APKBUILD b/testing/php7-gmagick/APKBUILD index 0f07b5c0fa..826d848604 100644 --- a/testing/php7-gmagick/APKBUILD +++ b/testing/php7-gmagick/APKBUILD @@ -7,7 +7,7 @@ _pkgver=${pkgver/_rc/RC} pkgrel=0 pkgdesc="PHP7 bindings to the GraphicsMagick library" url="http://pecl.php.net/package/gmagick" -arch="all" +arch="x86_64 armhf" license="PHP" depends= pecldepends="php7-dev autoconf" |