diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-28 13:55:15 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:52 +0000 |
commit | 434ce12eb7a35766a47919a566cbe89c7b317610 (patch) | |
tree | c36cebc578b0f4492d39588e8d80293e50f2d180 /community/py3-jellyfish/APKBUILD | |
parent | 7e251fbcc155e4e5f67ffdf4c7139902cc0101dc (diff) | |
download | aports-434ce12eb7a35766a47919a566cbe89c7b317610.tar.bz2 aports-434ce12eb7a35766a47919a566cbe89c7b317610.tar.xz |
community/py3-jellyfish: rebuild against python 3.8
Diffstat (limited to 'community/py3-jellyfish/APKBUILD')
-rw-r--r-- | community/py3-jellyfish/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-jellyfish/APKBUILD b/community/py3-jellyfish/APKBUILD index 13fab6e1a9..9ddea360cf 100644 --- a/community/py3-jellyfish/APKBUILD +++ b/community/py3-jellyfish/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-jellyfish _pkgname=jellyfish pkgver=0.7.2 -pkgrel=0 +pkgrel=1 pkgdesc="Python library for approximate and phonetic string matching" url="https://github.com/jamesturk/jellyfish" arch="all" |