diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 16:39:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:38 +0000 |
commit | 1cbdecff1baacf69b3b0a94a17bfb2975a2eda42 (patch) | |
tree | 1d45758b9f2c09515411bcfc9f89be0a6300321d /testing/py3-libacl | |
parent | 3d8fa8eb5b388742cb62b56abec982a37d9fcf03 (diff) | |
download | aports-1cbdecff1baacf69b3b0a94a17bfb2975a2eda42.tar.bz2 aports-1cbdecff1baacf69b3b0a94a17bfb2975a2eda42.tar.xz |
testing/py3-libacl: rebuild against python 3.8
Diffstat (limited to 'testing/py3-libacl')
-rw-r--r-- | testing/py3-libacl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-libacl/APKBUILD b/testing/py3-libacl/APKBUILD index 978ea1c75d..1bc15fa764 100644 --- a/testing/py3-libacl/APKBUILD +++ b/testing/py3-libacl/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-libacl _pkgname=pylibacl pkgver=0.5.3 -pkgrel=1 +pkgrel=2 pkgdesc="A python module for manipulating ACLs" url="http://pylibacl.k1024.org/" arch="all" |