aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-04 12:30:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:35 +0000
commit21ef7343ef9ca74023741e94e631716b1970bea8 (patch)
tree5af2a9bf0535e972b5a877ea59e6e089765de156
parent45c993c69619108d89d53c068d1f946feb238cf6 (diff)
testing/py3-enchant: rebuild against python 3.8
-rw-r--r--testing/py3-enchant/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-enchant/APKBUILD b/testing/py3-enchant/APKBUILD
index 8028e910f6e..e5bc0d54232 100644
--- a/testing/py3-enchant/APKBUILD
+++ b/testing/py3-enchant/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-enchant
_pkgname=pyenchant
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="A spellchecking library for Python"
options="!check" # No testsuite
url="https://github.com/rfk/pyenchant"