summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2020-09-04 08:55:35 +0200
committerValHue2020-09-04 08:55:35 +0200
commit6838eb69ecea79377f63334bc8c03c8dd5bbf616 (patch)
tree27a6307e8cbc9145532d1b1cc2152def32e4c957
parent43cd91910b0dbf8af462003421a22d691aded20b (diff)
downloadaur-6838eb69ecea79377f63334bc8c03c8dd5bbf616.tar.gz
Update to 3.0.6-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD15
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d53c1c7b7775..f37a08bd570a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hunspell-ca
pkgdesc = Catalan hunspell dictionaries. Includes Valencian ca_ES-valencia
- pkgver = 3.0.4
+ pkgver = 3.0.6
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.4/ca.3.0.4-all.zip
- sha256sums = 0321e732ea856e6b2a5315cd02626811d245c5337495c300d82224c7a2475d79
+ source = hunspell-ca.3.0.6-all.zip::https://github.com/Softcatala/catalan-dict-tools/releases/download/v3.0.6/ca.3.0.6-all.zip
+ sha256sums = 0f6b8932188c0cff31a04e3e980f6eea7986e795ae5c328a7f3d9c41fe99b7c7
pkgname = hunspell-ca
diff --git a/PKGBUILD b/PKGBUILD
index b7b01d2ac5e4..ffe97a4c21c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,19 @@
#
# Contributor: jpatufet <jpatufet86@gmail.com>
# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
-
-pkgname=hunspell-ca
-pkgver=3.0.4
-pkgrel=1
+#
+pkgname="hunspell-ca"
+pkgver="3.0.6"
+pkgrel="1"
pkgdesc="Catalan hunspell dictionaries. Includes Valencian ca_ES-valencia"
-arch=(any)
+arch=('any')
url="http://www.softcatala.org/corrector"
+_url="https://github.com/Softcatala/catalan-dict-tools"
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=('0321e732ea856e6b2a5315cd02626811d245c5337495c300d82224c7a2475d79')
+source=("${pkgname}.${pkgver}-all.zip::${_url}/releases/download/v${pkgver}/ca.${pkgver}-all.zip")
+sha256sums=('0f6b8932188c0cff31a04e3e980f6eea7986e795ae5c328a7f3d9c41fe99b7c7')
package(){