summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFran Dieguez2020-08-14 01:39:29 +0200
committerFran Dieguez2020-08-14 01:39:29 +0200
commit0f1a5e9438e52e81ae964111ad022f6ba05bd99f (patch)
treefaffdc37503b522ee6224b666c4e5c095641abbe
parent46f3993aa55e97c23c0bf59ab2bcddee6d5d16f8 (diff)
downloadaur-0f1a5e9438e52e81ae964111ad022f6ba05bd99f.tar.gz
Update to version 20.08
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9837701fda8..448ce2c15d73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
pkgname=hunspell-gl
-pkgver=18.07
-pkgrel=2
+pkgver=20.08
+pkgrel=1
epoch=2
pkgdesc="Galician hunspell dictionaries. RAG/ILG normative"
arch=(any)
-url="https://github.com/meixome/hunspell-gl"
+url="https://gitlab.com/proxecto-trasno/hunspell-gl"
license=('GPL3')
optdepends=('hunspell: the spell checking libraries and apps')
makedepends=('scons' 'python-pyicu')
provides=($pkgname)
conflicts=($pkgname)
-source=("${pkgname}.tar.gz::https://github.com/meixome/hunspell-gl/archive/${pkgver}.tar.gz")
-md5sums=('f997f11bcfc0eefd923af03d71c107ad')
+source=("${pkgname}.tar.bz2::https://gitlab.com/proxecto-trasno/hunspell-gl/-/archive/${pkgver}/hunspell-gl-${pkgver}.tar.bz2")
+md5sums=('9355f8752e2ae5a3ce7b8dd574f2dced')
prepare() {
- mkdir -p "$srcdir/$pkgname" && tar xfz "$pkgname.tar.gz" -C "$pkgname" --strip-components 1
+ mkdir -p "$srcdir/$pkgname" && tar xfz "$pkgname.tar.bz2" -C "$pkgname" --strip-components 1
}
build() {