summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThulinma2024-03-16 04:30:45 +0100
committerThulinma2024-03-16 04:30:45 +0100
commitc1cb5c493c4345184c2522e15b9266c61c1f1472 (patch)
treeb2f39e5b38a2830e1236876e4c4e9c89abd5dfb5 /PKGBUILD
parentf23beea63ad434a3d185e0e57f7a351b9c32ceef (diff)
downloadaur-c1cb5c493c4345184c2522e15b9266c61c1f1472.tar.gz
Updated to 4.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57c6a20f041b..1688cb9592d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Thulinma
# Maintainer: jjacky
pkgname=kalu
-pkgver=4.4.1
+pkgver=4.5.0
pkgrel=1
pkgdesc="Upgrade notifier w/ AUR support, watched (AUR) packages, news"
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')
+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=('e53a53e5e6d1e63952e7064e97527a99')
+md5sums=('e380c5935e5cc1b48735bdec6006034a')
build() {
cd "$srcdir/$pkgname-$pkgver"