summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2020-04-29 10:25:11 +0100
committerChris Down2020-04-29 10:25:11 +0100
commit7bbb9b422ae79f8e6b7b16f175b968c565129d8c (patch)
treeef5978763f7712c5caeef2b5a04c53ee1c4f567f
parente6d8f46eebc394eceefda31a73f80e7a94aac348 (diff)
downloadaur-7bbb9b422ae79f8e6b7b16f175b968c565129d8c.tar.gz
upgpkg: psi-notify 0.3-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3049d83a4c74..ccff82567a5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = psi-notify
pkgdesc = Minimalistic PSI notifier using libnotify
- pkgver = 0.2
+ pkgver = 0.3
pkgrel = 1
url = https://github.com/cdown/psi-notify
arch = any
license = MIT
depends = libnotify
- source = https://github.com/cdown/psi-notify/archive/0.2.tar.gz
- md5sums = 7a914a9edb31ff8d9ea76b0dd6d4a2a9
+ source = https://github.com/cdown/psi-notify/archive/0.3.tar.gz
+ md5sums = b7c0fc92c8ea5c080cba1f6698a42518
pkgname = psi-notify
diff --git a/PKGBUILD b/PKGBUILD
index ae1b3d31d756..a10a83d96414 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Down <chris@chrisdown.name>
pkgname=psi-notify
-pkgver=0.2
+pkgver=0.3
pkgrel=1
pkgdesc='Minimalistic PSI notifier using libnotify'
url="https://github.com/cdown/psi-notify"
@@ -9,7 +9,7 @@ license=('MIT')
depends=('libnotify')
arch=('any')
source=("https://github.com/cdown/psi-notify/archive/$pkgver.tar.gz")
-md5sums=('7a914a9edb31ff8d9ea76b0dd6d4a2a9')
+md5sums=('b7c0fc92c8ea5c080cba1f6698a42518')
build() {
cd -- "${srcdir?}/$pkgname-$pkgver"