diff options
-rw-r--r-- | testing/php7-mongodb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/php7-mongodb/APKBUILD b/testing/php7-mongodb/APKBUILD index faf8cb8102..9b9cdf723c 100644 --- a/testing/php7-mongodb/APKBUILD +++ b/testing/php7-mongodb/APKBUILD @@ -7,7 +7,7 @@ _pkgver=${pkgver/_rc/RC} pkgrel=0 pkgdesc="PHP7 MongoDB driver" url="http://pecl.php.net/package/mongodb" -arch="x86_64 armhf" +arch="all" license="PHP" depends="php7-json" makedepends="libressl-dev pcre-dev php7-dev autoconf" |