diff options
author | Thulinma | 2024-09-15 23:23:38 +0200 |
---|---|---|
committer | Thulinma | 2024-09-15 23:23:38 +0200 |
commit | f128a42dfc26df326b2cdf76e5e1d9f1b2ba7fb2 (patch) | |
tree | 96550d781fe14d60cdfdca49a797d1f0b79f86ce | |
parent | 408451b02ecce62ac1111bed3d75f038e04c8ee8 (diff) | |
download | aur-f128a42dfc26df326b2cdf76e5e1d9f1b2ba7fb2.tar.gz |
Bump pkgrel, allow building with pacman up to 7.0
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,7 +1,7 @@ pkgbase = kalu pkgdesc = Upgrade notifier w/ AUR support, watched (AUR) packages, news pkgver = 4.5.2 - pkgrel = 1 + pkgrel = 2 url = https://github.com/Thulinma/kalu install = kalu.install arch = i686 @@ -14,7 +14,7 @@ pkgbase = kalu depends = polkit depends = gtk3 depends = pacman>=6.1 - depends = pacman<6.2 + depends = pacman<7.1 depends = curl depends = libnotify depends = notification-daemon @@ -2,12 +2,12 @@ # Maintainer: jjacky pkgname=kalu pkgver=4.5.2 -pkgrel=1 +pkgrel=2 pkgdesc="Upgrade notifier w/ AUR support, watched (AUR) packages, news" 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') +depends=('dbus' 'polkit' 'gtk3' 'pacman>=6.1' 'pacman<7.1' 'curl' 'libnotify' 'notification-daemon') makedepends=('perl' 'groff') source=(https://github.com/Thulinma/kalu/archive/refs/tags/$pkgver.tar.gz) install=kalu.install |