summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2020-04-30 01:36:57 +0100
committerChris Down2020-04-30 01:36:57 +0100
commitcd61b9bcd3b455ccb1bbe86b3bef0800322ca81e (patch)
tree6e8c20615bff27c506b0b28bc8df0cdfe21d06ba
parent7dd7868646a34b7d1a9d219d130e96c670503110 (diff)
downloadaur-cd61b9bcd3b455ccb1bbe86b3bef0800322ca81e.tar.gz
upgpkg: psi-notify 0.4.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70e52603a3a5..135d3f04ce07 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = psi-notify
pkgdesc = Minimalistic PSI notifier using libnotify
- pkgver = 0.3
- pkgrel = 2
+ pkgver = 0.4.0
+ pkgrel = 1
url = https://github.com/cdown/psi-notify
arch = any
license = MIT
depends = libnotify
- source = https://github.com/cdown/psi-notify/archive/0.3.tar.gz
- md5sums = b7c0fc92c8ea5c080cba1f6698a42518
+ source = https://github.com/cdown/psi-notify/archive/0.4.0.tar.gz
+ md5sums = 2533899e1eb66127e380e5ab8a379a0b
pkgname = psi-notify
diff --git a/PKGBUILD b/PKGBUILD
index 3b360a3ce163..ade364bb4b86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chris Down <chris@chrisdown.name>
pkgname=psi-notify
-pkgver=0.3
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
pkgdesc='Minimalistic PSI notifier using libnotify'
url="https://github.com/cdown/psi-notify"
license=('MIT')
depends=('libnotify')
arch=('any')
source=("https://github.com/cdown/psi-notify/archive/$pkgver.tar.gz")
-md5sums=('b7c0fc92c8ea5c080cba1f6698a42518')
+md5sums=('2533899e1eb66127e380e5ab8a379a0b')
build() {
cd -- "${srcdir?}/$pkgname-$pkgver"