diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/py-cffi/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-cffi/APKBUILD b/main/py-cffi/APKBUILD index 56781dccdd..95c0584ddd 100644 --- a/main/py-cffi/APKBUILD +++ b/main/py-cffi/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-cffi _pkgname=cffi pkgver=1.11.5 -pkgrel=2 +pkgrel=3 pkgdesc="A foreign function interface for calling C code from Python" url="http://cffi.readthedocs.org/" arch="all" @@ -13,7 +13,7 @@ makedepends="python2-dev python3-dev py-setuptools libffi-dev" checkdepends="py2-pytest py2-cparser py3-pytest py3-cparser" subpackages="py3-$_pkgname:_py3 py2-$_pkgname:_py2" case "$CARCH" in - ppc64le|x86) options="!check" # test failures + ppc64le|x86|aarch64) options="!check" # test failures esac source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz musl-compat.patch" |