summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Wallace2019-08-30 18:54:09 +0100
committerDean Wallace2019-08-30 18:54:09 +0100
commitf74dcd2604f712d46e86e6346246e9a63ff7635d (patch)
tree8b154a14947f5d9771cf17d34df7aa382055a6a5
parentd0be35ae269350f03f7e678d9ab4809ce9a201eb (diff)
downloadaur-f74dcd2604f712d46e86e6346246e9a63ff7635d.tar.gz
0.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--changelog2
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 465023635836..1a48d29405b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zsh-auto-notify
pkgdesc = Zsh plugin that sends out a notification when a long running task has completed
- pkgver = 0.6.0
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/MichaelAquilina/zsh-auto-notify
install = zsh-auto-notify.install
@@ -8,8 +8,8 @@ pkgbase = zsh-auto-notify
arch = any
license = GPL
depends = zsh
- source = zsh-auto-notify-0.6.0.tar.gz::https://github.com/MichaelAquilina/zsh-auto-notify/archive/0.6.0.tar.gz
- sha512sums = 730b26386919de2c65a1fbf55537662115633f62fe3aac796af16c033c84edb545307cc0032771863471ff73defa664a432e2def1bcc62fdb97126e5795832c0
+ source = zsh-auto-notify-0.7.0.tar.gz::https://github.com/MichaelAquilina/zsh-auto-notify/archive/0.7.0.tar.gz
+ sha512sums = 604cef32c742414dff2bc2f79f1d428b61242f8a84f0e07ed3920d41c44188f6a2995eb244421a20095100bd40212a7c4d0250c91c9877d0f53c6c872bd0e8f7
pkgname = zsh-auto-notify
diff --git a/PKGBUILD b/PKGBUILD
index 968f75363f5b..96bcede97afc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: duffydack <duffydack73 {at] gmail {dot} com>
pkgname=zsh-auto-notify
-pkgver=0.6.0
+pkgver=0.7.0
pkgrel=1
pkgdesc="Zsh plugin that sends out a notification when a long running task has completed"
arch=('any')
@@ -9,7 +9,7 @@ license=('GPL')
depends=('zsh')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/MichaelAquilina/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('730b26386919de2c65a1fbf55537662115633f62fe3aac796af16c033c84edb545307cc0032771863471ff73defa664a432e2def1bcc62fdb97126e5795832c0')
+sha512sums=('604cef32c742414dff2bc2f79f1d428b61242f8a84f0e07ed3920d41c44188f6a2995eb244421a20095100bd40212a7c4d0250c91c9877d0f53c6c872bd0e8f7')
changelog=changelog
package() {
diff --git a/changelog b/changelog
index 4ec7d0277330..db499207b553 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+ver 0.7.0:
+ Allow alternate `AUTO_NOTIFY_WHITELIST` for specifying commands to allow
ver 0.6.0:
Display warning and disable auto-notify if notify-send is not installed (Linux only)
ver 0.5.1: