summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96bcede97afc..30e52ade2716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: duffydack <duffydack73 {at] gmail {dot} com>
+# Maintainer: Bart Libert <bart plus aur at libert dot email>
+# Contributor: duffydack <duffydack73 {at] gmail {dot} com>
pkgname=zsh-auto-notify
-pkgver=0.7.0
+pkgver=0.8.1
pkgrel=1
pkgdesc="Zsh plugin that sends out a notification when a long running task has completed"
arch=('any')
url="https://github.com/MichaelAquilina/zsh-auto-notify"
-license=('GPL')
-depends=('zsh')
+license=('GPL-3.0-or-later')
+depends=('zsh' 'libnotify')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/MichaelAquilina/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('604cef32c742414dff2bc2f79f1d428b61242f8a84f0e07ed3920d41c44188f6a2995eb244421a20095100bd40212a7c4d0250c91c9877d0f53c6c872bd0e8f7')
+sha512sums=('6953cfb42d30ca1792ed2e5200854dcf119655b58156a0e8d794b9dedc65cb463e54a266ce832cd64a4f529c4708867e31bf7d9e2f4cb4124023982cde87bcab')
changelog=changelog
package() {