summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2020-05-06 16:06:46 +0100
committerChris Down2020-05-06 16:06:46 +0100
commit20829d7fefe95003708e255810dc1437c76106c7 (patch)
tree58df725287b1f835b76ceb5678ab9e042e7211e3
parentcd61b9bcd3b455ccb1bbe86b3bef0800322ca81e (diff)
downloadaur-20829d7fefe95003708e255810dc1437c76106c7.tar.gz
upgpkg: psi-notify 1.0.0-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 135d3f04ce07..5857c313f40b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = psi-notify
pkgdesc = Minimalistic PSI notifier using libnotify
- pkgver = 0.4.0
+ pkgver = 1.0.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.4.0.tar.gz
- md5sums = 2533899e1eb66127e380e5ab8a379a0b
+ source = https://github.com/cdown/psi-notify/archive/1.0.0.tar.gz
+ md5sums = edbaa31e34b4711cc40e750d18f4d73b
pkgname = psi-notify
diff --git a/PKGBUILD b/PKGBUILD
index ade364bb4b86..3c3fcd3daf76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Down <chris@chrisdown.name>
pkgname=psi-notify
-pkgver=0.4.0
+pkgver=1.0.0
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=('2533899e1eb66127e380e5ab8a379a0b')
+md5sums=('edbaa31e34b4711cc40e750d18f4d73b')
build() {
cd -- "${srcdir?}/$pkgname-$pkgver"