diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 17:57:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:39 +0000 |
commit | af4f2d070fd0ff0da782e5ef0b6ef09fb0f2785f (patch) | |
tree | 3acbd66008dc76242f1d25599c312ddf2a1548b2 /testing | |
parent | faff90bf6d82684219912707366ccf716a0165dd (diff) | |
download | aports-af4f2d070fd0ff0da782e5ef0b6ef09fb0f2785f.tar.bz2 aports-af4f2d070fd0ff0da782e5ef0b6ef09fb0f2785f.tar.xz |
testing/libuser: rebuild against python 3.8
Diffstat (limited to 'testing')
-rw-r--r-- | testing/libuser/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/libuser/APKBUILD b/testing/libuser/APKBUILD index 55ed08b60a..440d7fb719 100644 --- a/testing/libuser/APKBUILD +++ b/testing/libuser/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=libuser pkgver=0.62 -pkgrel=3 +pkgrel=4 pkgdesc="A standardized interface for manipulating and administering user and group accounts" url="https://pagure.io/libuser" arch="all" |