diff --git a/testing/php7-pecl-zstd/APKBUILD b/testing/php7-pecl-zstd/APKBUILD index 138c7c2be24fb5380d2c5872c6ddbce8e3ce9e81..3bdab853860bafa0ab0166124f5529811e7b39fc 100644 --- a/testing/php7-pecl-zstd/APKBUILD +++ b/testing/php7-pecl-zstd/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.12.0 pkgrel=0 pkgdesc="PHP 7 Zstandard extension - PECL" url="https://pecl.php.net/package/zstd" -arch="all !armhf" # tests fails on armhf +arch="all" license="MIT" depends="php7-common" makedepends="php7-dev php7-pecl-apcu zstd-dev"