diff options
Diffstat (limited to 'community/php7-pecl-zmq/APKBUILD')
-rw-r--r-- | community/php7-pecl-zmq/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/php7-pecl-zmq/APKBUILD b/community/php7-pecl-zmq/APKBUILD index 09e5094ee7..909b7ff5e9 100644 --- a/community/php7-pecl-zmq/APKBUILD +++ b/community/php7-pecl-zmq/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7-pecl-zmq _pkgreal=zmq pkgver=1.1.3 -pkgrel=4 +pkgrel=5 pkgdesc="PHP extension for ZeroMQ - PECL" url="https://pecl.php.net/package/zmq" arch="all" @@ -11,7 +11,7 @@ license="PHP" depends="php7-common" makedepends="php7-dev autoconf zeromq-dev" source="$pkgname-$pkgver.tgz::https://pecl.php.net/get/$_pkgreal-$pkgver.tgz -fix-php-7.3-compile.patch" + fix-php-7.3-compile.patch" builddir="$srcdir/$_pkgreal-$pkgver" provides="php7-zmq=$pkgver-r$pkgrel" # for backward compatibility replaces="php7-zmq" # for backward compatibility @@ -27,8 +27,7 @@ build() { check() { cd "$builddir" - # XXX: 007-addremovepoll.phpt fails, ignore it for now. - make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test || true + make NO_INTERACTION=1 REPORT_EXIT_STATUS=1 test } package() { |