summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThulinma2024-04-01 09:40:31 +0200
committerThulinma2024-04-01 09:40:31 +0200
commit92e7dd0616d5d40c9009a37ff15ff672dd6473fb (patch)
treeb6ab146fb19cc8c291526c1d633241d9f44f21a4 /PKGBUILD
parent71a20fec5748485eee624bc6b3ec7da5edf01c0e (diff)
downloadaur-kalu.tar.gz
Updated to 4.5.2 and added aarch64 to arch list
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9458452eb81c..d2dca60ea25c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Thulinma
# Maintainer: jjacky
pkgname=kalu
-pkgver=4.5.1
+pkgver=4.5.2
pkgrel=1
pkgdesc="Upgrade notifier w/ AUR support, watched (AUR) packages, news"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/Thulinma/kalu"
license=('GPL3+')
depends=('dbus' 'polkit' 'gtk3' 'pacman>=6.1' 'pacman<6.2' 'curl' 'libnotify' 'notification-daemon')
makedepends=('perl' 'groff')
source=(https://github.com/Thulinma/kalu/archive/refs/tags/$pkgver.tar.gz)
install=kalu.install
-md5sums=('e77c724b95f018f1252045349f3e0a73')
+md5sums=('d112db6a3fffb5dffe95f4e3f4db1caf')
build() {
cd "$srcdir/$pkgname-$pkgver"