hunspell-en_GB-ize: update to 2017.01.22.

This commit is contained in:
Michael Gehring 2017-07-11 12:45:24 +00:00
parent 397a71fd03
commit 6f368bc689

View file

@ -2,8 +2,8 @@
_vpkgname=hunspell-en_GB
_variant="ize"
pkgname=${_vpkgname}-${_variant}
version=2014.08.11
revision=2
version=2017.01.22
revision=1
maintainer="Carlo Dormeletti <carloDOTdormelettiATaliceDOTit>"
homepage="http://wordlist.aspell.net/dicts"
license="SCOWL"
@ -14,13 +14,13 @@ create_wrksrc=yes
provides="${_vpkgname}}-${version}_${revision}"
replaces="${_vpkgname}>=0"
distfiles="http://sourceforge.net/projects/wordlist/files/speller/${version}/${pkgname}-${version}.zip"
checksum="d5c27479f8534a068cee90b06cf3d7ceebf70e0676dfed7593adc6609a0b50e5" # ize version
distfiles="${SOURCEFORGE_SITE}/wordlist/speller/${version}/${pkgname}-${version}.zip"
checksum=5bab24065463b942149c1903218bc58d2ae64ca63ca940a45395c969437cb1f5
do_install(){
vinstall en_GB-${_variant}.aff 644 /usr/share/hunspell en_GB.aff
vinstall en_GB-${_variant}.dic 644 /usr/share/hunspell en_GB.dic
vlicense README_en_GB-${_variant}.txt SCOWL
do_install() {
vinstall en_GB-${_variant}.aff 644 /usr/share/hunspell en_GB.aff
vinstall en_GB-${_variant}.dic 644 /usr/share/hunspell en_GB.dic
vlicense README_en_GB-${_variant}.txt SCOWL
}
# vim: set ts=4 sw=4 sts=4