hunspell-sv 2.37

This commit is contained in:
shainer 2016-02-22 00:21:22 +00:00
parent 41e0107a15
commit cd68e0ac77

View File

@ -1,18 +1,19 @@
# Platform packages for Chakra # Platform packages for Chakra
pkgname=hunspell-sv pkgname=hunspell-sv
pkgver=2.2 pkgver=2.37
_pkgver=2-37
pkgrel=1 pkgrel=1
pkgdesc="Swedish dictionaries for Hunspell" pkgdesc="Swedish dictionaries for Hunspell"
arch=('any') arch=('any')
url="http://hunspell.sourceforge.net/" url="http://hunspell.sourceforge.net/"
license=('LGPL3') license=('LGPL3')
depends=('hunspell') depends=('hunspell')
source=("https://dsso.googlecode.com/files/sv-$pkgver.zip") source=("http://extensions.libreoffice.org/extension-center/swedish-spelling-dictionary-den-stora-svenska-ordlistan/releases/${pkgver}/ooo_swedish_dict_${_pkgver}.oxt")
md5sums=('1cf8154f157d3783ede884b47063d27e') md5sums=('560f90a0499513adeb0d4771b241b692')
package() { package() {
cd $srcdir cd $srcdir/dictionaries
install -D -m644 sv_SE.dic $pkgdir/usr/share/hunspell/sv_SE.dic install -D -m644 sv_SE.dic $pkgdir/usr/share/hunspell/sv_SE.dic
install -D -m644 sv_SE.aff $pkgdir/usr/share/hunspell/sv_SE.aff install -D -m644 sv_SE.aff $pkgdir/usr/share/hunspell/sv_SE.aff
install -D -m644 sv_FI.dic $pkgdir/usr/share/hunspell/sv_FI.dic install -D -m644 sv_FI.dic $pkgdir/usr/share/hunspell/sv_FI.dic
@ -26,6 +27,3 @@ package() {
done done
popd popd
} }