summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Libert2023-11-09 11:32:01 +0100
committerBart Libert2023-11-09 11:32:28 +0100
commitf289b933d14e615b170301885721d28741aa7e11 (patch)
treeb897d46b039cf2ff90bb1a6abb381c7556f96586
parent00bbd5e49923cad9a7bc95601bd2afabc3dadd73 (diff)
downloadaur-f289b933d14e615b170301885721d28741aa7e11.tar.gz
Update to v0.8.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
-rw-r--r--changelog2
3 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59662db3b540..566fcb3698f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = zsh-auto-notify
pkgdesc = Zsh plugin that sends out a notification when a long running task has completed
- pkgver = 0.8.0
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/MichaelAquilina/zsh-auto-notify
install = zsh-auto-notify.install
changelog = changelog
arch = any
- license = GPL
+ license = GPL3
depends = zsh
- source = zsh-auto-notify-0.8.0.tar.gz::https://github.com/MichaelAquilina/zsh-auto-notify/archive/0.8.0.tar.gz
- sha512sums = a45372be1b38716c30a96fd4b50b85bd535595a6e183ba762f6a27e4249a3a3fa3f0f6337c2830885ff3bf0e1eff1a4bd6840898564fd0a100489d5d50f1d1e5
+ source = zsh-auto-notify-0.8.1.tar.gz::https://github.com/MichaelAquilina/zsh-auto-notify/archive/0.8.1.tar.gz
+ sha512sums = 6953cfb42d30ca1792ed2e5200854dcf119655b58156a0e8d794b9dedc65cb463e54a266ce832cd64a4f529c4708867e31bf7d9e2f4cb4124023982cde87bcab
pkgname = zsh-auto-notify
-
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() {
diff --git a/changelog b/changelog
index 7b4295dcbe03..74d3669e6a01 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+ver 0.8.1:
+ fix release
ver 0.8.0:
Change notify-send application title to `zsh
ver 0.7.0: