summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThulinma2024-03-30 02:31:35 +0100
committerThulinma2024-03-30 02:31:35 +0100
commit71a20fec5748485eee624bc6b3ec7da5edf01c0e (patch)
treef3371dbc112d32f5c86fc85d6ef544a9c44064d5
parentc1cb5c493c4345184c2522e15b9266c61c1f1472 (diff)
downloadaur-71a20fec5748485eee624bc6b3ec7da5edf01c0e.tar.gz
Update to 4.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebdfce3cbc9a..7132184ac0b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kalu
pkgdesc = Upgrade notifier w/ AUR support, watched (AUR) packages, news
- pkgver = 4.5.0
+ pkgver = 4.5.1
pkgrel = 1
url = https://github.com/Thulinma/kalu
install = kalu.install
@@ -17,7 +17,7 @@ pkgbase = kalu
depends = curl
depends = libnotify
depends = notification-daemon
- source = https://github.com/Thulinma/kalu/archive/refs/tags/4.5.0.tar.gz
- md5sums = e380c5935e5cc1b48735bdec6006034a
+ source = https://github.com/Thulinma/kalu/archive/refs/tags/4.5.1.tar.gz
+ md5sums = e77c724b95f018f1252045349f3e0a73
pkgname = kalu
diff --git a/PKGBUILD b/PKGBUILD
index 1688cb9592d5..9458452eb81c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thulinma
# Maintainer: jjacky
pkgname=kalu
-pkgver=4.5.0
+pkgver=4.5.1
pkgrel=1
pkgdesc="Upgrade notifier w/ AUR support, watched (AUR) packages, news"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ depends=('dbus' 'polkit' 'gtk3' 'pacman>=6.1' 'pacman<6.2' 'curl' 'libnotify' 'n
makedepends=('perl' 'groff')
source=(https://github.com/Thulinma/kalu/archive/refs/tags/$pkgver.tar.gz)
install=kalu.install
-md5sums=('e380c5935e5cc1b48735bdec6006034a')
+md5sums=('e77c724b95f018f1252045349f3e0a73')
build() {
cd "$srcdir/$pkgname-$pkgver"