summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2019-01-03 19:31:40 -0600
committerKiyoshi Aman <kiyoshi.aman+apkfission@gmail.com>2019-01-07 16:23:31 -0600
commit76dad05e65c7eab8b820fd553554ca5a6fe9e342 (patch)
tree38a0bc3bfa85c1e4d1682c26b581be8de22b9769
parente557b0b5a11a0b656739204981d01a1764dbcc75 (diff)
downloadpackages-76dad05e65c7eab8b820fd553554ca5a6fe9e342.tar.gz
packages-76dad05e65c7eab8b820fd553554ca5a6fe9e342.tar.bz2
packages-76dad05e65c7eab8b820fd553554ca5a6fe9e342.tar.xz
packages-76dad05e65c7eab8b820fd553554ca5a6fe9e342.zip
user/aspell-dict-tl: bump for newer third-party release
-rw-r--r--user/aspell-dict-tl/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/user/aspell-dict-tl/APKBUILD b/user/aspell-dict-tl/APKBUILD
index 7146e8b7f..c108875fb 100644
--- a/user/aspell-dict-tl/APKBUILD
+++ b/user/aspell-dict-tl/APKBUILD
@@ -1,18 +1,18 @@
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname=aspell-dict-tl
-pkgver=0.02.1
+pkgver=0.4.0
_pkgver=${pkgver%.*}-${pkgver#*.*.}
pkgrel=0
pkgdesc="Tagalog dictionaries for aspell"
-url="http://aspell.net"
+url="" # no suitable website
arch="noarch"
options="!check" # no tests
license="GPL-2.0-only"
depends="aspell"
makedepends="debianutils-which"
-source="ftp://ftp.gnu.org/gnu/aspell/dict/tl/aspell5-tl-$_pkgver.tar.bz2"
-builddir="$srcdir/aspell5-tl-$_pkgver"
+source="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/tagalog-wordlist/aspell6-tl-$_pkgver.tar.bz2"
+builddir="$srcdir/aspell6-tl-$_pkgver"
build() {
cd "$builddir"
@@ -23,4 +23,4 @@ package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="2bff0f0191104312b8674ef65ee77a8e80225bc9bb6afe651aeb94a03db8781e8545b5b09f0143f557092c868f0873c17c55055b8cdd66f18a648ba2c805a6f0 aspell5-tl-0.02-1.tar.bz2"
+sha512sums="e9ad3e7e619ed19ffde923a07553c4930c60292a0e5592a68cf0e09d6f6d3b3b7ff74adb8f53e9255528c319c12ef442eff4e3b2ce169156d1664b5d565a7f5a aspell6-tl-0.4-0.tar.bz2"