summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2022-07-23 08:10:00 +0100
committerChris Down2022-07-23 08:10:00 +0100
commitdcbbfe6bdc4dd0c0b3c1d1117aa59f345f84c0ae (patch)
treec677855161d43a9422be05b9c9c4888283a64987
parente8a59c4490485eadedb6905943f1507fbf2b9443 (diff)
downloadaur-dcbbfe6bdc4dd0c0b3c1d1117aa59f345f84c0ae.tar.gz
upgpkg: psi-notify 1.3.0-1
upstream release
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93d556adef0f..1db211cbf323 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = psi-notify
pkgdesc = Minimalistic PSI notifier using libnotify
- pkgver = 1.2.1
- pkgrel = 2
+ pkgver = 1.3.0
+ pkgrel = 1
url = https://github.com/cdown/psi-notify
arch = x86_64
arch = i686
@@ -9,8 +9,7 @@ pkgbase = psi-notify
license = MIT
depends = libnotify
depends = systemd-libs
- source = https://github.com/cdown/psi-notify/archive/1.2.1.tar.gz
- md5sums = 038442e24fece70843f1f7f9c0a59317
+ source = https://github.com/cdown/psi-notify/archive/1.3.0.tar.gz
+ md5sums = 88bbcf544de7053a9fc29c33cee5beba
pkgname = psi-notify
-
diff --git a/PKGBUILD b/PKGBUILD
index 050acf082ae3..4ac322d1cb28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chris Down <chris@chrisdown.name>
pkgname=psi-notify
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
pkgdesc='Minimalistic PSI notifier using libnotify'
url="https://github.com/cdown/psi-notify"
license=('MIT')
depends=('libnotify' 'systemd-libs')
arch=('x86_64' 'i686' 'arm')
source=("https://github.com/cdown/psi-notify/archive/$pkgver.tar.gz")
-md5sums=('038442e24fece70843f1f7f9c0a59317')
+md5sums=('88bbcf544de7053a9fc29c33cee5beba')
build() {
cd -- "${srcdir?}/$pkgname-$pkgver"