python-enchant: update to 1.6.10
This commit is contained in:
parent
4aa4670bab
commit
f7e8cd5bb7
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'python-enchant'
|
||||
pkgname=python-enchant
|
||||
version=1.6.9
|
||||
version=1.6.10
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="pyenchant-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module=enchant
|
||||
pycompile_module="enchant"
|
||||
hostmakedepends="python-setuptools python3-setuptools enchant-devel"
|
||||
depends="enchant"
|
||||
short_desc="Spellchecking library for Python2"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|||
license="LGPL-2.1"
|
||||
homepage="https://github.com/rfk/pyenchant"
|
||||
distfiles="${PYPI_SITE}/p/pyenchant/pyenchant-${version}.tar.gz"
|
||||
checksum=4fa6bcc214abebbfd84a33c973caf1ec959979c06a3d65811e7d9a522e3e7cc8
|
||||
checksum=51f700c397026182cb0bebe6dc1982bd62732aff41fead7c14f83b56ac06a3f4
|
||||
|
||||
python3-enchant_package() {
|
||||
noarch=yes
|
||||
|
|
Loading…
Reference in a new issue