summaryrefslogtreecommitdiff
path: root/user/aspell-dict-en
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-08 05:08:24 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2020-01-08 05:08:24 +0000
commit4890effacb205db47d28dbb1c5ec05fbf20fd1d5 (patch)
tree878ee986dbd12f53cddb400c276d79e722d653bc /user/aspell-dict-en
parent248e7a52656e742b531ac109f32673074a5d60a4 (diff)
downloadpackages-4890effacb205db47d28dbb1c5ec05fbf20fd1d5.tar.gz
packages-4890effacb205db47d28dbb1c5ec05fbf20fd1d5.tar.bz2
packages-4890effacb205db47d28dbb1c5ec05fbf20fd1d5.tar.xz
packages-4890effacb205db47d28dbb1c5ec05fbf20fd1d5.zip
user/aspell-dict-en: Bump to 2019.10.06
Diffstat (limited to 'user/aspell-dict-en')
-rw-r--r--user/aspell-dict-en/APKBUILD10
1 files changed, 4 insertions, 6 deletions
diff --git a/user/aspell-dict-en/APKBUILD b/user/aspell-dict-en/APKBUILD
index 21517d44b..bd3e44e93 100644
--- a/user/aspell-dict-en/APKBUILD
+++ b/user/aspell-dict-en/APKBUILD
@@ -1,28 +1,26 @@
# Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house>
# Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house>
pkgname=aspell-dict-en
-pkgver=2018.04.16.0
+pkgver=2019.10.06.0
_pkgver=${pkgver%.*}-${pkgver#*.*.*.}
pkgrel=0
pkgdesc="English dictionaries for aspell"
url="http://aspell.net/"
arch="noarch"
-options="!check" # no tests
+options="!check" # No test suite.
license="BSD-3-Clause AND Public-Domain"
depends="aspell"
makedepends="debianutils-which"
-source="ftp://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$_pkgver.tar.bz2"
+source="https://ftp.gnu.org/gnu/aspell/dict/en/aspell6-en-$_pkgver.tar.bz2"
builddir="$srcdir/aspell6-en-$_pkgver"
build() {
- cd "$builddir"
./configure --vars DESTDIR="$pkgdir"
make
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="70447f5f11a6a2d96e58376ac06e78add59e4eb237ca40ed0752f481dabe1a6e9e227fd20ba95a5612de1bb4357cd65760a31c94efe66f8499b9ed031e9846c2 aspell6-en-2018.04.16-0.tar.bz2"
+sha512sums="e16c76bd2da4515af6f1e3dbbc1c5f26fc3be550e022cbb5b741b867be2acc1359a8902af1b359f6c8cff38de01b9aa43a02153a5a6bc618296e75bf86020a6e aspell6-en-2019.10.06-0.tar.bz2"