diff options
author | Keith Maxwell <keith.maxwell@gmail.com> | 2018-08-12 12:21:04 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-31 06:17:04 +0000 |
commit | 14a7503f1044f16d60c59267b2c03367d836a774 (patch) | |
tree | f52e83b7431492adb0f294df14710015aae827b8 /testing/py-enchant/APKBUILD | |
parent | 2ec2cbdf98cf6029c8f2641f4316789aa3b74eb1 (diff) | |
download | aports-14a7503f1044f16d60c59267b2c03367d836a774.tar.bz2 aports-14a7503f1044f16d60c59267b2c03367d836a774.tar.xz |
testing/py-enchant: upgrade to 2.0.0
Diffstat (limited to 'testing/py-enchant/APKBUILD')
-rw-r--r-- | testing/py-enchant/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/testing/py-enchant/APKBUILD b/testing/py-enchant/APKBUILD index ba84830944..b309702782 100644 --- a/testing/py-enchant/APKBUILD +++ b/testing/py-enchant/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-enchant _pkgname=pyenchant -pkgver=1.6.6 -pkgrel=1 +pkgver=2.0.0 +pkgrel=0 pkgdesc="A spellchecking library for Python" url="https://github.com/rfk/pyenchant" arch="noarch" @@ -30,7 +30,4 @@ check() { cd "$builddir" python2 -c "import enchant" } - -md5sums="9f5acfd87d04432bf8df5f9710a17358 pyenchant-1.6.6.tar.gz" -sha256sums="25c9d2667d512f8fc4410465fdd2e868377ca07eb3d56e2b6e534a86281d64d3 pyenchant-1.6.6.tar.gz" -sha512sums="af6aa1ac77b5718ec4b4aad3d0b88d26e697b472ec8261b23b37fdbf6b399a120ccc3e4ee6579b884c44b0eeb3f95bcdbceea189105c05088a48400a0c8cdb90 pyenchant-1.6.6.tar.gz" +sha512sums="c985714bc8ad69b6580fa1dd546243da5f3f92e8681d846ed265b086c486ae7ed33754fba303b450be4c0cb20e975a9a10efbeb700ea5213a11ed00612a93af0 pyenchant-2.0.0.tar.gz" |