summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralium2021-05-21 10:07:57 +0200
committeralium2021-05-21 10:07:57 +0200
commit09f07643de10e5808104fa1070f46f744ea9b849 (patch)
tree053fe6ea02712eadbfee8acd28e7ee9645bfe4a2
parent7ddd10b48feb6bb1f670a8d36ad6b4ddeb0e9db2 (diff)
downloadaur-09f07643de10e5808104fa1070f46f744ea9b849.tar.gz
Update
-rw-r--r--[-rwxr-xr-x].SRCINFO10
-rwxr-xr-xPKGBUILD14
2 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b16efdf87257..2ad9f45515b7 100755..100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hunspell-cs
pkgdesc = Czech dictionary for Hunspell
- pkgver = 20061030
- pkgrel = 3
- url = http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz
+ pkgver = 20210301
+ pkgrel = 1
+ url = http://www.translatoblog.cz/hunspell/
arch = any
license = GPL2
license = custom
depends = hunspell
- source = http://download.services.openoffice.org/contrib/dictionaries/cs_CZ-pack.zip
- md5sums = a778a2a0df6abf505fd8b20a503414e0
+ source = http://www.translatoblog.cz/wp-content/uploads/2021/03/hunspell_cs.zip
+ md5sums = e65ea8e0180ace22e7a633d91275c167
pkgname = hunspell-cs
diff --git a/PKGBUILD b/PKGBUILD
index 786e474a6e09..13ad46f9802b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,19 @@
# Maintainer: Ondrej Kipila <ok100.ok100.ok100@gmail.com>
pkgname=hunspell-cs
-pkgver=20061030
-pkgrel=3
+pkgver=20210301
+pkgrel=1
pkgdesc="Czech dictionary for Hunspell"
arch=('any')
-url="http://extensions.services.openoffice.org/en/project/czech-dictionary-pack-ceske-slovniky-cs-cz"
+url="http://www.translatoblog.cz/hunspell/"
license=('GPL2' 'custom')
depends=('hunspell')
-source=(http://download.services.openoffice.org/contrib/dictionaries/cs_CZ-pack.zip )
-md5sums=('a778a2a0df6abf505fd8b20a503414e0')
+source=(http://www.translatoblog.cz/wp-content/uploads/2021/03/hunspell_cs.zip )
+md5sums=('e65ea8e0180ace22e7a633d91275c167')
package()
{
- bsdtar -xf cs_CZ.zip
-
install -dm755 "$pkgdir"/usr/share/hunspell
install -m644 cs_CZ.aff "$pkgdir"/usr/share/hunspell
install -m644 cs_CZ.dic "$pkgdir"/usr/share/hunspell
@@ -30,6 +28,6 @@ package()
# docs
install -dm755 "$pkgdir"/usr/share/doc/$pkgname
- install -m644 README_cs_CZ.txt "$pkgdir"/usr/share/doc/$pkgname
+ install -m644 readme.txt "$pkgdir"/usr/share/doc/$pkgname
}