summaryrefslogtreecommitdiff
path: root/user/aspell-dict-lt
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2019-01-07 22:35:38 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2019-01-07 22:35:38 +0000
commit4b7ab0d96afd829544993c03d0a0838f83f3b505 (patch)
tree8b8377d44539c3f476293922da572de2acf4e418 /user/aspell-dict-lt
parent07d14ade94de30f0724e7ae9b8caafa2a77d0f5b (diff)
parent76dad05e65c7eab8b820fd553554ca5a6fe9e342 (diff)
downloadpackages-4b7ab0d96afd829544993c03d0a0838f83f3b505.tar.gz
packages-4b7ab0d96afd829544993c03d0a0838f83f3b505.tar.bz2
packages-4b7ab0d96afd829544993c03d0a0838f83f3b505.tar.xz
packages-4b7ab0d96afd829544993c03d0a0838f83f3b505.zip
Merge branch 'aspell.bumps' into 'master'
Third-party bumps for aspell dictionaries See merge request !140
Diffstat (limited to 'user/aspell-dict-lt')
-rw-r--r--user/aspell-dict-lt/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/user/aspell-dict-lt/APKBUILD b/user/aspell-dict-lt/APKBUILD
index 256ba69e1..8d31a0a30 100644
--- a/user/aspell-dict-lt/APKBUILD
+++ b/user/aspell-dict-lt/APKBUILD
@@ -1,18 +1,18 @@
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=aspell-dict-lt
-pkgver=1.2.1.0
+pkgver=1.3
_pkgver=${pkgver%.*}-${pkgver#*.*.*.}
pkgrel=0
pkgdesc="Lithuanian dictionaries for aspell"
-url="http://aspell.net"
+url="https://launchpad.net/ispell-lt"
arch="noarch"
options="!check" # no tests
license="GPL-2.0-only"
depends="aspell"
makedepends="debianutils-which"
-source="ftp://ftp.gnu.org/gnu/aspell/dict/lt/aspell6-lt-$_pkgver.tar.bz2"
-builddir="$srcdir/aspell6-lt-$_pkgver"
+source="https://launchpad.net/ispell-lt/main/$pkgver/+download/aspell6-lt-$pkgver.tar.bz2"
+builddir="$srcdir/aspell6-lt-$pkgver"
build() {
cd "$builddir"
@@ -23,4 +23,4 @@ package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="d0dcea087a926f7defbab0180d9c04c93a53da8843fe374f7f59284362453ee6b198568066053ad591df4c194d7c3b0ac59331611698b78e2ded558aa5e7775b aspell6-lt-1.2.1-0.tar.bz2"
+sha512sums="dd19994f703b78b1296644699df18ddcdfdcb2441003ed9edee03ee18601ff2e15e9b4ed8fbf844d72b31f0c0313a6755c89b67c44eea35485c30f2abc3b206f aspell6-lt-1.3.tar.bz2"