summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoshi Aman <adelie@aerdan.vulpine.house>2020-01-29 14:37:36 -0500
committerKiyoshi Aman <adelie@aerdan.vulpine.house>2020-01-29 14:37:36 -0500
commit2cf96553c811d93cfa64373870b05329e4b732ef (patch)
tree04dd7a220603133aca09fd3c79aeca697deec31e
parent5e92eec801071ca363f770f1dae936195af5a8ed (diff)
downloadpackages-2cf96553c811d93cfa64373870b05329e4b732ef.tar.gz
packages-2cf96553c811d93cfa64373870b05329e4b732ef.tar.bz2
packages-2cf96553c811d93cfa64373870b05329e4b732ef.tar.xz
packages-2cf96553c811d93cfa64373870b05329e4b732ef.zip
user/aspell-dict-ca: upgrade to 2.5.0
-rw-r--r--user/aspell-dict-ca/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/user/aspell-dict-ca/APKBUILD b/user/aspell-dict-ca/APKBUILD
index 98f3e14ac..74a2c7a6d 100644
--- a/user/aspell-dict-ca/APKBUILD
+++ b/user/aspell-dict-ca/APKBUILD
@@ -1,8 +1,7 @@
# Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house>
# Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house>
pkgname=aspell-dict-ca
-pkgver=2.1.5.1
-_pkgver=${pkgver%.*}-${pkgver#*.*.*.}
+pkgver=2.5.0
pkgrel=0
pkgdesc="Catalan dictionaries for aspell"
url="http://aspell.net"
@@ -11,8 +10,8 @@ options="!check" # No test suite.
license="GPL-2.0-only"
depends="aspell"
makedepends="debianutils-which"
-source="https://ftp.gnu.org/gnu/aspell/dict/ca/aspell6-ca-$_pkgver.tar.bz2"
-builddir="$srcdir/aspell6-ca-$_pkgver"
+source="https://www.softcatala.org/pub/softcatala/aspell/$pkgver/aspell6-ca-$pkgver.tar.bz2"
+builddir="$srcdir/aspell6-ca-$pkgver"
build() {
./configure --vars DESTDIR="$pkgdir"
@@ -23,4 +22,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="9f3baef829948a4979c03dcc380caf3fa249912fa94d375a41df4d34d62ffdbf781a777eb437d101bdf99873e9d515a4d27ebef08f71ff435f07e845194c9f0a aspell6-ca-2.1.5-1.tar.bz2"
+sha512sums="70eee12b026d6d0b5f710593f4d1759190596e7b7db651b804cc4d724d2c567911ef8d370873ac7ab4506f6555b8dde046f3277c3cd072e0d7b76047cdd5b1b2 aspell6-ca-2.5.0.tar.bz2"