aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-lz4
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2017-06-20 14:17:37 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-06-20 14:17:51 +0000
commit6a8fd393ea4f309b5d94308580e8cfca906ba1bd (patch)
treebf5ded1bab2b1794392cec37824c436ac477c91b /community/py-lz4
parent876e9e97b5e08a48f0778fef309aac32ec13095c (diff)
downloadaports-6a8fd393ea4f309b5d94308580e8cfca906ba1bd.tar.bz2
aports-6a8fd393ea4f309b5d94308580e8cfca906ba1bd.tar.xz
community/py-lz4: correct test typo
Diffstat (limited to 'community/py-lz4')
-rw-r--r--community/py-lz4/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-lz4/APKBUILD b/community/py-lz4/APKBUILD
index 2611b909ac..ff2a6dbeee 100644
--- a/community/py-lz4/APKBUILD
+++ b/community/py-lz4/APKBUILD
@@ -3,14 +3,14 @@
pkgname=py-lz4
pkgver=0.10.0
_pkgname=${pkgname#py-}
-pkgrel=1
+pkgrel=2
pkgdesc="LZ4 Bindings for Python"
url="https://pypi.python.org/pypi/lz4"
arch="all"
license="BSD"
makedepends="python2-dev python3-dev py-setuptools lz4-dev"
checkdepends="py-nose"
-if [ "CARCH" = "s390x" ]; then
+if [ "$CARCH" = "s390x" ]; then
options="!check"
fi
subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2 $pkgname-tests:_tests:noarch"