diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2021-03-17 08:24:12 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2021-04-05 18:18:25 +0000 |
commit | c70e57becef73e23ab5eae83db3b17c2e5ac0147 (patch) | |
tree | 21e7396b09eea81e60d06a01732c5f84f9c75d3c | |
parent | f47a793325915f25a2e1d0e88fbefe4f16b197aa (diff) | |
download | aports-c70e57becef73e23ab5eae83db3b17c2e5ac0147.tar.gz aports-c70e57becef73e23ab5eae83db3b17c2e5ac0147.tar.bz2 aports-c70e57becef73e23ab5eae83db3b17c2e5ac0147.tar.xz |
community/py3-keepass: rebuild against python 3.9
-rw-r--r-- | community/py3-keepass/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-keepass/APKBUILD b/community/py3-keepass/APKBUILD index 0740910bdf..1674f9baf3 100644 --- a/community/py3-keepass/APKBUILD +++ b/community/py3-keepass/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=py3-keepass pkgver=3.2.1 -pkgrel=3 +pkgrel=4 pkgdesc="Python3 library to interact with keepass databases" url="https://github.com/pschmitt/pykeepass" arch="noarch !s390x !mips !mips64" # pykeepass test fail on s390x and mips |