summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThulinma2021-06-27 16:19:42 +0200
committerThulinma2021-06-27 16:19:42 +0200
commit60cbe04936ff452436ea6b4dcf9c2bd5c42b9311 (patch)
tree6a774214a8e310deb053a86652350223989cbc4f
parent9bf0e26b05412f583ad13fe623b76ecef8236e95 (diff)
downloadaur-60cbe04936ff452436ea6b4dcf9c2bd5c42b9311.tar.gz
Updated source to tagged release, added checksum, removed git/automake dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80d85aa3478e..6246e8dcc4b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,6 @@ pkgbase = kalu
license = GPL3+
makedepends = perl
makedepends = groff
- makedepends = git
- makedepends = automake
depends = dbus
depends = polkit
depends = gtk3
@@ -19,7 +17,7 @@ pkgbase = kalu
depends = curl
depends = libnotify
depends = notification-daemon
- source = git+https://github.com/Thulinma/kalu.git
- sha1sums = SKIP
+ source = https://github.com/Thulinma/kalu/archive/refs/tags/4.4.0.tar.gz
+ md5sums = d33dffb2dc4b43c5b2dad234768d2692
pkgname = kalu
diff --git a/PKGBUILD b/PKGBUILD
index 3f5d02d80410..043e14e14b04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ arch=('i686' 'x86_64')
url="https://github.com/Thulinma/kalu"
license=('GPL3+')
depends=('dbus' 'polkit' 'gtk3' 'pacman>=6.0' 'pacman<6.1' 'curl' 'libnotify' 'notification-daemon')
-makedepends=('perl' 'groff' 'git' 'automake')
-source=(git+https://github.com/Thulinma/kalu.git)
+makedepends=('perl' 'groff')
+source=(https://github.com/Thulinma/kalu/archive/refs/tags/$pkgver.tar.gz)
install=kalu.install
-sha1sums=('SKIP')
+md5sums=('d33dffb2dc4b43c5b2dad234768d2692')
build() {
cd "$srcdir/$pkgname"