diff options
author | Ćukasz Jendrysik <scadu@yandex.com> | 2017-02-17 08:31:27 +0000 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-02-18 16:32:58 +0100 |
commit | c7be2154f3709dc0eea459b11723e62a000a3e59 (patch) | |
tree | 2a3da9d08de220e720b95dba46b221a57044c2c1 /community/py-lz4 | |
parent | 8e1e30ece05b138678abca77cc0ede1bea2a61df (diff) | |
download | aports-c7be2154f3709dc0eea459b11723e62a000a3e59.tar.bz2 aports-c7be2154f3709dc0eea459b11723e62a000a3e59.tar.xz |
community/py-lz4: rebuild against new version of python3
Diffstat (limited to 'community/py-lz4')
-rw-r--r-- | community/py-lz4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-lz4/APKBUILD b/community/py-lz4/APKBUILD index 89dfb671e4..7dff05e15b 100644 --- a/community/py-lz4/APKBUILD +++ b/community/py-lz4/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-lz4 pkgver=0.8.2 _pkgname=${pkgname#py-} -pkgrel=0 +pkgrel=1 pkgdesc="LZ4 Bindings for Python" url="https://pypi.python.org/pypi/lz4" arch="all" |