summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThulinma2024-03-16 04:30:45 +0100
committerThulinma2024-03-16 04:30:45 +0100
commitc1cb5c493c4345184c2522e15b9266c61c1f1472 (patch)
treeb2f39e5b38a2830e1236876e4c4e9c89abd5dfb5
parentf23beea63ad434a3d185e0e57f7a351b9c32ceef (diff)
downloadaur-c1cb5c493c4345184c2522e15b9266c61c1f1472.tar.gz
Updated to 4.5.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a79c10648d26..ebdfce3cbc9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kalu
pkgdesc = Upgrade notifier w/ AUR support, watched (AUR) packages, news
- pkgver = 4.4.1
+ pkgver = 4.5.0
pkgrel = 1
url = https://github.com/Thulinma/kalu
install = kalu.install
@@ -12,12 +12,12 @@ pkgbase = kalu
depends = dbus
depends = polkit
depends = gtk3
- depends = pacman>=6.0
- depends = pacman<6.1
+ depends = pacman>=6.1
+ depends = pacman<6.2
depends = curl
depends = libnotify
depends = notification-daemon
- source = https://github.com/Thulinma/kalu/archive/refs/tags/4.4.1.tar.gz
- md5sums = e53a53e5e6d1e63952e7064e97527a99
+ source = https://github.com/Thulinma/kalu/archive/refs/tags/4.5.0.tar.gz
+ md5sums = e380c5935e5cc1b48735bdec6006034a
pkgname = kalu
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"