summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2020-04-27 15:13:57 +0100
committerChris Down2020-04-27 15:13:57 +0100
commite6d8f46eebc394eceefda31a73f80e7a94aac348 (patch)
tree216693dab2801034cb3a08395ffa17e805c7d0c7
parent7b91fccebe5e1d0a0f214a7bdcede5feb0881bcf (diff)
downloadaur-e6d8f46eebc394eceefda31a73f80e7a94aac348.tar.gz
upgpkg: psi-notify 0.2-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 a1abb3de1e3f..3049d83a4c74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = psi-notify
pkgdesc = Minimalistic PSI notifier using libnotify
- pkgver = 0.11
+ pkgver = 0.2
pkgrel = 1
url = https://github.com/cdown/psi-notify
arch = any
license = MIT
depends = libnotify
- source = https://github.com/cdown/psi-notify/archive/0.11.tar.gz
- md5sums = 80718f289af0816d3251eb2eff8931dc
+ source = https://github.com/cdown/psi-notify/archive/0.2.tar.gz
+ md5sums = 7a914a9edb31ff8d9ea76b0dd6d4a2a9
pkgname = psi-notify
diff --git a/PKGBUILD b/PKGBUILD
index 95babcf6ba5d..ae1b3d31d756 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chris Down <chris@chrisdown.name>
pkgname=psi-notify
-pkgver=0.11
+pkgver=0.2
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=('80718f289af0816d3251eb2eff8931dc')
+md5sums=('7a914a9edb31ff8d9ea76b0dd6d4a2a9')
build() {
cd -- "${srcdir?}/$pkgname-$pkgver"