diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-31 11:34:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:34:02 +0000 |
commit | 98626305068c8d931ed394403018ab8156ecebe5 (patch) | |
tree | 6dab37e515d95e5ea951676445e4e053ddbdcef6 /community/xkcdpass | |
parent | a64de973a24de13966c611895ce481d0fcf7ee48 (diff) | |
download | aports-98626305068c8d931ed394403018ab8156ecebe5.tar.bz2 aports-98626305068c8d931ed394403018ab8156ecebe5.tar.xz |
community/xkcdpass: rebuild against python 3.8
Diffstat (limited to 'community/xkcdpass')
-rw-r--r-- | community/xkcdpass/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xkcdpass/APKBUILD b/community/xkcdpass/APKBUILD index f3be9c69ed..e28067879c 100644 --- a/community/xkcdpass/APKBUILD +++ b/community/xkcdpass/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=xkcdpass pkgver=1.17.3 -pkgrel=0 +pkgrel=1 pkgdesc="Generate secure multiword passwords/passphrases" url="https://github.com/redacted/XKCD-password-generator" arch="noarch" |