summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2020-02-05 17:19:30 +0100
committerValHue2020-02-05 17:19:30 +0100
commit43cd91910b0dbf8af462003421a22d691aded20b (patch)
treeaff7ee87332ce67c91838b9809ebc72ec1dad77b
parent0379ffe38c1164b096a86aef8d927d1a838bea2a (diff)
downloadaur-43cd91910b0dbf8af462003421a22d691aded20b.tar.gz
Update to 3.0.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf8658dbde87..d53c1c7b7775 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hunspell-ca
pkgdesc = Catalan hunspell dictionaries. Includes Valencian ca_ES-valencia
- pkgver = 3.0.3
+ pkgver = 3.0.4
pkgrel = 1
url = http://www.softcatala.org/corrector
arch = any
@@ -8,8 +8,8 @@ pkgbase = hunspell-ca
license = LGPL2
makedepends = hunspell
optdepends = hunspell: the spell checking libraries and apps
- source = https://github.com/Softcatala/catalan-dict-tools/releases/download/v3.0.3/ca.3.0.3-all.zip
- sha256sums = 9fa50313a66d13876a0a1f71de7e59d7b0a5f77b396a0cf1d4aca951a66b957e
+ source = https://github.com/Softcatala/catalan-dict-tools/releases/download/v3.0.4/ca.3.0.4-all.zip
+ sha256sums = 0321e732ea856e6b2a5315cd02626811d245c5337495c300d82224c7a2475d79
pkgname = hunspell-ca
diff --git a/PKGBUILD b/PKGBUILD
index 1eb97dc5f510..b7b01d2ac5e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
pkgname=hunspell-ca
-pkgver=3.0.3
+pkgver=3.0.4
pkgrel=1
pkgdesc="Catalan hunspell dictionaries. Includes Valencian ca_ES-valencia"
arch=(any)
@@ -13,7 +13,7 @@ license=('GPL2' 'LGPL2')
makedepends=('hunspell')
optdepends=('hunspell: the spell checking libraries and apps')
source=("https://github.com/Softcatala/catalan-dict-tools/releases/download/v${pkgver}/ca.${pkgver}-all.zip")
-sha256sums=('9fa50313a66d13876a0a1f71de7e59d7b0a5f77b396a0cf1d4aca951a66b957e')
+sha256sums=('0321e732ea856e6b2a5315cd02626811d245c5337495c300d82224c7a2475d79')
package(){
@@ -55,4 +55,4 @@ package(){
popd
}
-# vim:set ts=4 sw=4 ft=sh et:
+# vim: set ts=4 sw=4 et syn=sh ft=sh: