diff options
Diffstat (limited to 'user/aspell-dict-lt/APKBUILD')
-rw-r--r-- | user/aspell-dict-lt/APKBUILD | 10 |
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" |