testing/php7-pecl-vips: disable s390x

This commit is contained in:
TBK 2019-02-12 16:18:47 +01:00 committed by Andy Postnikov
parent d498e1d56f
commit c3700eeb8f

View File

@ -3,12 +3,12 @@
pkgname=php7-pecl-vips
_pkgname=vips
pkgver=1.0.9
pkgrel=0
pkgrel=1
pkgdesc="PHP extension for interfacing with vips - PECL"
url="https://pecl.php.net/package/vips"
arch="all"
arch="all !s390x" # Limited by vips aport
license="MIT"
depends="php7-common vips"
depends="php7-common"
makedepends="php7-dev autoconf vips-dev"
source="$pkgname-$pkgver.tgz::https://pecl.php.net/get/$_pkgname-$pkgver.tgz"
builddir="$srcdir/$_pkgname-$pkgver"