summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Šupienis2021-01-06 21:46:30 +0200
committerLukas Šupienis2021-01-06 21:46:30 +0200
commitfa6602ac034ca9eae2e3e031bdfc491989ba425f (patch)
tree21a12101e417c720f8bff919a9a18a0bb9961dc9
parent56888e05d4f4e01df1bdcab6a3aeca8d15ba6185 (diff)
downloadaur-fa6602ac034ca9eae2e3e031bdfc491989ba425f.tar.gz
update: use new GitHub remote, bump to 1.3.2
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1321e4d63f39..5de28e478ba8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Lukas Šupienis <youremail@domain.com>
pkgname=aspell-lt
-pkgver=1.3
+pkgver=1.3.2
pkgrel=1
pkgdesc="Lithuanian dictionary for aspell"
arch=('any')
-url="https://launchpad.net/ispell-lt"
+url="https://github.com/ispell-lt/ispell-lt"
license=('BSD')
depends=("aspell")
-source=("https://launchpad.net/ispell-lt/main/1.3/+download/aspell6-lt-$pkgver.tar.bz2")
-md5sums=('89937691e10cadc5104b87a1a3a1451f')
-sha256sums=('6bedad114f544e65dc677ddc6eb1f9f448d3774a6e39ce4c24984dc22193f451')
+source=("https://github.com/ispell-lt/ispell-lt/releases/download/rel-$pkgver/aspell6-lt-$pkgver.tar.bz2")
+md5sums=('8a0a47605206944461025360e1a2a607')
+sha256sums=('70032e2ac2829b58af76fd5fb245b661d54c9391137904250e945774bae0a55f')
build() {
cd "$srcdir/aspell6-lt-$pkgver"