diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-31 09:35:30 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:34:01 +0000 |
commit | 79f6e5e5b40c5029e1507ec5fe9d69e4bab375a8 (patch) | |
tree | c4b87070d1bde12064dac52e44d16a4113cee4ee | |
parent | a21f23207cff0a4e2c29fccafda896f5d80fe1f9 (diff) | |
download | aports-79f6e5e5b40c5029e1507ec5fe9d69e4bab375a8.tar.bz2 aports-79f6e5e5b40c5029e1507ec5fe9d69e4bab375a8.tar.xz |
community/py3-prettytable: rebuild against python 3.8
-rw-r--r-- | community/py3-prettytable/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-prettytable/APKBUILD b/community/py3-prettytable/APKBUILD index a183b42000..b675b670c1 100644 --- a/community/py3-prettytable/APKBUILD +++ b/community/py3-prettytable/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-prettytable _pkgname=prettytable pkgver=0.7.2 -pkgrel=3 +pkgrel=4 pkgdesc="Python library for easily displaying tabular data" url="https://code.google.com/p/prettytable" arch="noarch" |