diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-15 17:47:06 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:44 +0000 |
commit | 2e6f561ceeb2d5c9387c3d6ccc824719346ae8b7 (patch) | |
tree | 32e0a441759237ff95a214f0efcc29ecf107d0dc /community/py-natsort | |
parent | a368086f8698f89f63165a60ac2fe5c3c7b3c8a5 (diff) | |
download | aports-2e6f561ceeb2d5c9387c3d6ccc824719346ae8b7.tar.bz2 aports-2e6f561ceeb2d5c9387c3d6ccc824719346ae8b7.tar.xz |
community/py-natsort: rebuild against python 3.7
Diffstat (limited to 'community/py-natsort')
-rw-r--r-- | community/py-natsort/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-natsort/APKBUILD b/community/py-natsort/APKBUILD index 58e37c548e..d5cfde04cf 100644 --- a/community/py-natsort/APKBUILD +++ b/community/py-natsort/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-natsort _pkgname=natsort pkgver=5.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="A module for natural sorting" url="https://github.com/SethMMorton/natsort" arch="noarch" |