summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Wallace2019-07-18 18:50:35 +0100
committerDean Wallace2019-07-18 18:50:35 +0100
commit6818dfbb6bf063ca90729817432f87fd2f60368c (patch)
treeb0bb26018ef76313ae6adf7187620d359cc94910
parent7e1ffe7989e1f5bc58f87d2030b93742a7f0a2ce (diff)
downloadaur-6818dfbb6bf063ca90729817432f87fd2f60368c.tar.gz
0.3.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0b58f15c5b7..77e499df8d57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = zsh-auto-notify
pkgdesc = Zsh plugin that sends out a notification when a long running task has completed
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/MichaelAquilina/zsh-auto-notify
install = zsh-auto-notify.install
arch = any
license = GPL
depends = zsh
- source = zsh-auto-notify-0.2.0.tar.gz::https://github.com/MichaelAquilina/zsh-auto-notify/archive/0.2.0.tar.gz
+ source = zsh-auto-notify-0.3.0.tar.gz::https://github.com/MichaelAquilina/zsh-auto-notify/archive/0.3.0.tar.gz
sha512sums = e790029e8175a1426ae374c635b40296917db55e71e3d5408a18c02cd1a2d8002a979494feaa3651d9488948a13ee13a3feab4cfe09f67a802408f0134c1550c
pkgname = zsh-auto-notify
diff --git a/PKGBUILD b/PKGBUILD
index 9c8acef125df..24693403a619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: duffydack <duffydack73 {at] gmail {dot} com>
pkgname=zsh-auto-notify
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="Zsh plugin that sends out a notification when a long running task has completed"
arch=('any')