diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 18:03:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:39 +0000 |
commit | a26c069c434f1e8dc202b2be49121a3e8185155f (patch) | |
tree | 649ed269adbd65653968505080fe954fd0ee12d4 /testing | |
parent | ac8357b51345806a2c6d20c5c8d1095f889e8fe5 (diff) | |
download | aports-a26c069c434f1e8dc202b2be49121a3e8185155f.tar.bz2 aports-a26c069c434f1e8dc202b2be49121a3e8185155f.tar.xz |
testing/py3-luhn: rebuild against python 3.8
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-luhn/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-luhn/APKBUILD b/testing/py3-luhn/APKBUILD index fa6442c32c..0189b3f086 100644 --- a/testing/py3-luhn/APKBUILD +++ b/testing/py3-luhn/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-luhn _pkgname=luhn pkgver=0.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Generate and verify Luhn check digits" url="https://github.com/mmcloughlin/luhn" arch="noarch" |