summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormilos72502022-07-20 11:45:54 +0100
committermilos72502022-07-20 11:45:54 +0100
commit77505436973e438eaef207ce8e629a8d280a6683 (patch)
treec981c58d05cd6bdbe52a9dc9e7ffede7e87e811d
parent18e74d7678af6b66f279d2e044334a22fd9076d9 (diff)
downloadaur-77505436973e438eaef207ce8e629a8d280a6683.tar.gz
Fetch updated sources from GitHub
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD18
2 files changed, 16 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24fde56535df..cf85ea473941 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = hunspell-sk
pkgdesc = Slovak dictionary for Hunspell
- pkgver = 20110228
+ pkgver = 2.4.4
pkgrel = 1
- url = http://www.sk-spell.sk.cx/hunspell-sk
+ url = https://github.com/sk-spell/hunspell-sk
arch = any
license = GPL2
license = LGPL2.1
- license = MPL
+ license = MPL1.1
optdepends = hunspell: Hunspell spell checking library and program
- source = http://www.sk-spell.sk.cx/files/hunspell-sk-20110228.zip
- sha512sums = 594ac0ea0b4897fde335d3a6e3cb394e02ef643fddc80e296f756ba73c1fb0c5d8678b190c75289de861fde7d3237cbfd1e9a709fcd12a39868289a9501f934a
+ source = https://github.com/sk-spell/hunspell-sk/releases/download/v2.4.4/2.4.4-sk@dictionaries.addons.mozilla.org.xpi
+ sha512sums = 50748a913b46fac7a7df2498e1001bbec441e58769c13dd1f78841b5ee9d2b1ffbc56e1e5f36c6ced2af8b718185f99491868533d1c2ed649ec5001ce8e61065
pkgname = hunspell-sk
-
diff --git a/PKGBUILD b/PKGBUILD
index c88ca7a7559d..5e92e6d2259b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,28 @@
-# Maintainer: Matej Groma <sbovdvvnir68a8hftegth9whs+arch-aur@matejgroma.com>
+# Maintainer: Milos <archlinux.7lpxv@simplelogin.co>
+# Contributor: Matej Groma <sbovdvvnir68a8hftegth9whs+arch-aur@matejgroma.com>
# Contributor: Alexander Fehr <pizzapunk gmail com>
pkgname=hunspell-sk
-pkgver=20110228
+pkgver=2.4.4
pkgrel=1
pkgdesc="Slovak dictionary for Hunspell"
arch=('any')
-url="http://www.sk-spell.sk.cx/hunspell-sk"
-license=('GPL2' 'LGPL2.1' 'MPL')
+url="https://github.com/sk-spell/hunspell-sk"
+license=('GPL2' 'LGPL2.1' 'MPL1.1')
optdepends=('hunspell: Hunspell spell checking library and program')
-source=(http://www.sk-spell.sk.cx/files/hunspell-sk-$pkgver.zip)
-sha512sums=('594ac0ea0b4897fde335d3a6e3cb394e02ef643fddc80e296f756ba73c1fb0c5d8678b190c75289de861fde7d3237cbfd1e9a709fcd12a39868289a9501f934a')
+source=("https://github.com/sk-spell/hunspell-sk/releases/download/v$pkgver/$pkgver-sk@dictionaries.addons.mozilla.org.xpi")
+sha512sums=('50748a913b46fac7a7df2498e1001bbec441e58769c13dd1f78841b5ee9d2b1ffbc56e1e5f36c6ced2af8b718185f99491868533d1c2ed649ec5001ce8e61065')
package() {
- cd "$srcdir"/hunspell-sk-$pkgver
+ cd "$srcdir"/dictionaries
install -d -m755 "$pkgdir"/usr/share/hunspell
install -m644 sk_SK.dic "$pkgdir"/usr/share/hunspell/sk_SK.dic
install -m644 sk_SK.aff "$pkgdir"/usr/share/hunspell/sk_SK.aff
+ install -d -m755 "$pkgdir"/usr/share/doc/hunspell-sk
+ install -m644 doc/{AUTHORS,Copyright,Flagy*} "$pkgdir"/usr/share/doc/hunspell-sk/
+
install -d -m755 "$pkgdir"/usr/share/myspell/dicts
ln -s /usr/share/hunspell/sk_SK.dic "$pkgdir"/usr/share/myspell/dicts/sk_SK.dic
ln -s /usr/share/hunspell/sk_SK.aff "$pkgdir"/usr/share/myspell/dicts/sk_SK.aff