diff options
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 adf199ef38..1aeb8cc76c 100644 --- a/community/py-lz4/APKBUILD +++ b/community/py-lz4/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-lz4 pkgver=2.1.2 _pkgname=${pkgname#py-} -pkgrel=0 +pkgrel=1 pkgdesc="LZ4 Bindings for Python" url="https://pypi.python.org/pypi/lz4" arch="all" |