summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2020-06-21 17:43:12 +0200
committerJamie Magee2020-06-21 17:43:12 +0200
commit98cb741fd1880e0df6961f59552570c07907b462 (patch)
treec34b26975189cc63b44ebf4017ebc8e8db3555f5
parent5c85d78af84096d559b6658e390ef34dd76cd51f (diff)
downloadaur-98cb741fd1880e0df6961f59552570c07907b462.tar.gz
upgpkg: hunspell-da 2.5.101-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD18
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58b79275774d..6b40f1cb623b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hunspell-da
pkgdesc = Danish hunspell dictionaries
- pkgver = 2.4
+ pkgver = 2.5.101
pkgrel = 1
url = http://www.stavekontrolden.dk/
arch = any
@@ -8,8 +8,8 @@ pkgbase = hunspell-da
license = LGPL2.1
license = MPL
optdepends = hunspell: the spell checking libraries and apps
- source = https://extensions.libreoffice.org/extensions/stavekontrolden-danish-dictionary/2.4/@@download/file/dict-da-2-4.oxt
- sha256sums = c08a7c53dcbae49f5ebb3274e673ec983f623f52c9f8d6f471887de7e4a62476
+ source = https://stavekontrolden.dk/dictionaries/da_DK/da_DK.oxt
+ b2sums = 93ef8286c60e8eb89178b2959321dd7bd50b4289ff92f0ccbeda22efd55b82697e82ccc157e1954859207942401556d4542a826265988f32fa21e288b1d7fc7f
pkgname = hunspell-da
diff --git a/PKGBUILD b/PKGBUILD
index 7751d8ade8e8..a463ee68e8e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,26 +1,26 @@
# Maintainer: adament <adament@adament.net>
# Maintainer: Jamie Magee <jamie dot magee at gmail dot com>
pkgname=hunspell-da
-pkgver=2.4
+pkgver=2.5.101
pkgrel=1
pkgdesc="Danish hunspell dictionaries"
arch=('any')
url="http://www.stavekontrolden.dk/"
license=('GPL2' 'LGPL2.1' 'MPL')
-optdepends=('hunspell: the spell checking libraries and apps')
-source=("https://extensions.libreoffice.org/extensions/stavekontrolden-danish-dictionary/${pkgver}/@@download/file/dict-da-${pkgver/./-}.oxt")
-sha256sums=('c08a7c53dcbae49f5ebb3274e673ec983f623f52c9f8d6f471887de7e4a62476')
+optdepends=('hunspell: the spell checking libraries and apps')
+source=("https://stavekontrolden.dk/dictionaries/da_DK/da_DK.oxt")
+b2sums=('93ef8286c60e8eb89178b2959321dd7bd50b4289ff92f0ccbeda22efd55b82697e82ccc157e1954859207942401556d4542a826265988f32fa21e288b1d7fc7f')
package() {
cd "$srcdir"
- install -dm755 ${pkgdir}/usr/share/hunspell
+ install -dm755 "${pkgdir}"/usr/share/hunspell
install -m644 da_DK.dic da_DK.aff $pkgdir/usr/share/hunspell
# the symlinks
install -dm755 ${pkgdir}/usr/share/myspell/dicts
- pushd $pkgdir/usr/share/myspell/dicts
- for file in $pkgdir/usr/share/hunspell/*; do
- ln -sv /usr/share/hunspell/$(basename $file) .
- done
+ pushd "$pkgdir"/usr/share/myspell/dicts
+ for file in $pkgdir/usr/share/hunspell/*; do
+ ln -sv /usr/share/hunspell/"$(basename $file)" .
+ done
popd
}