summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel B. Sant'Anna2021-02-14 03:57:58 +0100
committerGabriel B. Sant'Anna2021-02-14 03:57:58 +0100
commit3c67146e7614dafacd564114f0db39424707f26e (patch)
tree3d61b4b0d2c51814dd45eaba9586f1952979a010 /PKGBUILD
parent8ed459f4c3b758db711fd0f27e17fa37e08a31cc (diff)
downloadaur-akku.tar.gz
Update to version 1.1.0
Now it should work with Guile 3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcba5c29ffb0..485131cbf0c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,17 +8,17 @@ license=('GPL3')
arch=('any')
# version-specific information
-pkgrel=3
-pkgver=1.0.1
+pkgrel=4
+pkgver=1.1.0
# dependencies are stated in https://gitlab.com/akkuscm/akku/-/blob/master/README.md
-depends=('git' 'curl' 'guile>=2.2' 'guile<3')
+depends=('git' 'curl' 'guile>=2.2')
makedepends=('pkg-config' 'make')
# source URLs for latest versions can be found at https://gitlab.com/akkuscm/akku/-/releases
options=(!strip) # disable stripping
-source=("https://gitlab.com/akkuscm/akku/uploads/7d34b733d5a6518d7842016e878ab8fc/$pkgname-$pkgver.tar.gz"
- "https://gitlab.com/akkuscm/akku/uploads/d8db897d2f28a112cc941f00711ff7a3/$pkgname-$pkgver.tar.gz.sig")
+source=("https://gitlab.com/akkuscm/akku/uploads/819fd1f988c6af5e7df0dfa70aa3d3fe/akku-1.1.0.tar.gz"
+ "https://gitlab.com/akkuscm/akku/uploads/7650c7563078baba3d835282765c43cb/akku-1.1.0.tar.gz.sig")
noextract=('$pkgname-$pkgver.tar.gz.sig')
# full fingerprint from the output of gpg --list-keys --fingerprint E33E61A2E9B8C3A2
@@ -39,5 +39,5 @@ package() {
}
# md5sums generated with updpkgsums
-md5sums=('72ce46a5bc98cb0c4a549b41dd3f11b2'
+md5sums=('09916b7e1c51d7f762ef6385934f96eb'
'SKIP')