summaryrefslogtreecommitdiff
path: root/user/aspell-dict-da
diff options
context:
space:
mode:
authorSíle Ekaterin Liszka <sheila@vulpine.house>2022-12-04 22:47:32 +0000
committerZach van Rijn <me@zv.io>2023-02-08 16:26:03 +0000
commit64834ab8f9d08b5cffb87de4dec3a3aec07dfcd9 (patch)
tree36ad1b384963276a7bb4a154d1fcc88dc40b4fb2 /user/aspell-dict-da
parentbdb295e7e7499010199c171c4daffa3e173d95ac (diff)
downloadpackages-64834ab8f9d08b5cffb87de4dec3a3aec07dfcd9.tar.gz
packages-64834ab8f9d08b5cffb87de4dec3a3aec07dfcd9.tar.bz2
packages-64834ab8f9d08b5cffb87de4dec3a3aec07dfcd9.tar.xz
packages-64834ab8f9d08b5cffb87de4dec3a3aec07dfcd9.zip
user/aspell-dict-da: upgrade to 4.2, new upstream
Diffstat (limited to 'user/aspell-dict-da')
-rw-r--r--user/aspell-dict-da/APKBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/user/aspell-dict-da/APKBUILD b/user/aspell-dict-da/APKBUILD
index 48b5bb014..9472b9b4a 100644
--- a/user/aspell-dict-da/APKBUILD
+++ b/user/aspell-dict-da/APKBUILD
@@ -1,18 +1,17 @@
# Contributor: Síle Ekaterin Liszka <sheila@vulpine.house>
# Maintainer: Síle Ekaterin Liszka <sheila@vulpine.house>
pkgname=aspell-dict-da
-pkgver=1.4.42.1
-_pkgver=${pkgver%.*}-${pkgver#*.*.*.}
+pkgver=4.2
pkgrel=0
pkgdesc="Danish dictionaries for aspell"
-url="http://aspell.net"
+url="https://github.com/mortenivar/aspell-da"
arch="noarch"
options="!check" # No test suite.
license="GPL-2.0-only"
depends="aspell"
makedepends="cmd:which"
-source="https://ftp.gnu.org/gnu/aspell/dict/da/aspell5-da-$_pkgver.tar.bz2"
-builddir="$srcdir/aspell5-da-$_pkgver"
+source="$pkgname-$pkgver.tar.gz::https://github.com/mortenivar/aspell-da/archive/refs/tags/$pkgver.tar.gz"
+builddir="$srcdir/aspell-da-$pkgver"
build() {
./configure --vars DESTDIR="$pkgdir"
@@ -23,4 +22,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="d431464b254670b56179ed19a03efe91e65e4dad3e3132f264830cde35f3da200179b39bd1ac21565287bbc1143fd74079c9082f2639fbc4573f2dfffbbecbc6 aspell5-da-1.4.42-1.tar.bz2"
+sha512sums="37c38b888e4cb50c1796f084ee1978a7f37b08ff1026c16f6ef5793298733f64863484ce98a5b550a7b7632e322be90f6eb4ac66f0bd1104485ebafe2a858221 aspell-dict-da-4.2.tar.gz"