diff --git a/srcpkgs/hunspell-en_GB-ize/template b/srcpkgs/hunspell-en_GB-ize/template index 73983349d18..aaf2e02bc9b 100644 --- a/srcpkgs/hunspell-en_GB-ize/template +++ b/srcpkgs/hunspell-en_GB-ize/template @@ -4,14 +4,14 @@ _variant="ize" pkgname=${_vpkgname}-${_variant} version=2017.08.24 revision=1 -maintainer="Carlo Dormeletti " +maintainer="Leah Neukirchen " homepage="http://wordlist.aspell.net/dicts" license="SCOWL" noarch=yes hostmakedepends="unzip" short_desc="English dictionary for hunspell ${_variant} variant" create_wrksrc=yes -provides="${_vpkgname}}-${version}_${revision}" +provides="${_vpkgname}-${version}_${revision}" replaces="${_vpkgname}>=0" distfiles="${SOURCEFORGE_SITE}/wordlist/speller/${version}/${pkgname}-${version}.zip" @@ -22,5 +22,3 @@ do_install() { 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