diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-04 12:25:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:39 +0000 |
commit | 0ad2c8796715756ee8e2b27affe41628dcf9674c (patch) | |
tree | ade283e8f22c5ce97223ead0048bcf3cd5b993f8 /community/py3-jellyfish | |
parent | 87756d3bd0090720dbc2e2f3f4f7a6d5cdb733c4 (diff) | |
download | aports-0ad2c8796715756ee8e2b27affe41628dcf9674c.tar.bz2 aports-0ad2c8796715756ee8e2b27affe41628dcf9674c.tar.xz |
community/py3-jellyfish: rebuild against python 3.7
Diffstat (limited to 'community/py3-jellyfish')
-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 bb8ca4bf92..79335d55fa 100644 --- a/community/py3-jellyfish/APKBUILD +++ b/community/py3-jellyfish/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-jellyfish _pkgname=jellyfish pkgver=0.7.1 -pkgrel=0 +pkgrel=1 pkgdesc="Python library for approximate and phonetic string matching" url="https://github.com/jamesturk/jellyfish" arch="all" |