aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-pylev
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-04 07:16:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:33 +0000
commit8f078c85b02c10598c486e672a8aaa8535d8ba32 (patch)
treea58d9df7e0bda8718c01160a2bdbcbd0ae6ee743 /testing/py3-pylev
parentd96aa2bddb419128f91b701dd3ff02693d4674a0 (diff)
downloadaports-8f078c85b02c10598c486e672a8aaa8535d8ba32.tar.bz2
aports-8f078c85b02c10598c486e672a8aaa8535d8ba32.tar.xz
testing/py3-pylev: rebuild against python 3.8
Diffstat (limited to 'testing/py3-pylev')
-rw-r--r--testing/py3-pylev/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-pylev/APKBUILD b/testing/py3-pylev/APKBUILD
index ae4a93da1c..9de032c32e 100644
--- a/testing/py3-pylev/APKBUILD
+++ b/testing/py3-pylev/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-pylev
_realname=pylev
pkgver=1.3.0
-pkgrel=0
+pkgrel=1
pkgdesc="Pure Python3 Levenshtein implementation"
options="!check" # No tests on pypi, no tags on github
url="https://github.com/toastdriven/pylev"