summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6c58f70ca6b1..465023635836 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.5.1
+ pkgver = 0.6.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.5.1.tar.gz::https://github.com/MichaelAquilina/zsh-auto-notify/archive/0.5.1.tar.gz
- sha512sums = 788f926b957c79ceef2c304bad4aaaeaad47fc066992113f171baf5afadc618831be1f962503ec3ca990c97453407baacd4bb46879677608062faea0569e239c
+ source = zsh-auto-notify-0.6.0.tar.gz::https://github.com/MichaelAquilina/zsh-auto-notify/archive/0.6.0.tar.gz
+ sha512sums = 730b26386919de2c65a1fbf55537662115633f62fe3aac796af16c033c84edb545307cc0032771863471ff73defa664a432e2def1bcc62fdb97126e5795832c0
pkgname = zsh-auto-notify
diff --git a/PKGBUILD b/PKGBUILD
index a287ded4b1a4..968f75363f5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: duffydack <duffydack73 {at] gmail {dot} com>
pkgname=zsh-auto-notify
-pkgver=0.5.1
+pkgver=0.6.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=('788f926b957c79ceef2c304bad4aaaeaad47fc066992113f171baf5afadc618831be1f962503ec3ca990c97453407baacd4bb46879677608062faea0569e239c')
+sha512sums=('730b26386919de2c65a1fbf55537662115633f62fe3aac796af16c033c84edb545307cc0032771863471ff73defa664a432e2def1bcc62fdb97126e5795832c0')
changelog=changelog
package() {
diff --git a/changelog b/changelog
index f56b73748b48..4ec7d0277330 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+ver 0.6.0:
+ Display warning and disable auto-notify if notify-send is not installed (Linux only)
ver 0.5.1:
Improved handling of MacOS notifications via #16 (Thanks @dmitmel!)
ver 0.5.0: