summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2020-09-07 10:33:27 +0200
committerSibren Vasse2020-09-07 10:33:27 +0200
commit0f971c1622eba6c52883a0044dc4e341f50f8d8e (patch)
tree69e4f5230cbaa06c2994216d89def930eb3bea37
parenteea8110192db553b38f080b8999163a6d7dfd2dc (diff)
downloadaur-0f971c1622eba6c52883a0044dc4e341f50f8d8e.tar.gz
v3.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81bfe7275ebc..74f650011e66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = noti
pkgdesc = Monitor a process and trigger a notification
- pkgver = 3.4.0
- pkgrel = 3
+ pkgver = 3.5.0
+ pkgrel = 1
url = https://github.com/variadico/noti
arch = x86_64
license = MIT
makedepends = go
- source = https://github.com/variadico/noti/archive/3.4.0.tar.gz
- sha256sums = 8fcf494084ea6eacac2e55dfcaf978452e1af0139205cd23fce71bfb20dd17fe
+ source = https://github.com/variadico/noti/archive/3.5.0.tar.gz
+ sha256sums = 04183106921e3a6aa7c107c6dff6fa13273436e8a26d139e49f34c5d1eea348c
pkgname = noti
diff --git a/PKGBUILD b/PKGBUILD
index ee00d12e3751..75b650896a84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Sibren Vasse <arch@sibrenvasse.nl>
pkgname=noti
-pkgver=3.4.0
-pkgrel=3
+pkgver=3.5.0
+pkgrel=1
pkgdesc='Monitor a process and trigger a notification'
arch=('x86_64')
url='https://github.com/variadico/noti'
license=('MIT')
makedepends=('go')
source=("https://github.com/variadico/noti/archive/$pkgver.tar.gz")
-sha256sums=('8fcf494084ea6eacac2e55dfcaf978452e1af0139205cd23fce71bfb20dd17fe')
+sha256sums=('04183106921e3a6aa7c107c6dff6fa13273436e8a26d139e49f34c5d1eea348c')
build() {
cd "$pkgname-$pkgver"