summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8b6eaf33c0d6..8783ad203bbd 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.8.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')
+license=('GPL3')
depends=('zsh')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/MichaelAquilina/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('a45372be1b38716c30a96fd4b50b85bd535595a6e183ba762f6a27e4249a3a3fa3f0f6337c2830885ff3bf0e1eff1a4bd6840898564fd0a100489d5d50f1d1e5')
+sha512sums=('6953cfb42d30ca1792ed2e5200854dcf119655b58156a0e8d794b9dedc65cb463e54a266ce832cd64a4f529c4708867e31bf7d9e2f4cb4124023982cde87bcab')
changelog=changelog
package() {