summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 566fcb3698f2..b57c3a52bf44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = zsh-auto-notify
arch = any
license = GPL3
depends = zsh
+ depends = libnotify
source = zsh-auto-notify-0.8.1.tar.gz::https://github.com/MichaelAquilina/zsh-auto-notify/archive/0.8.1.tar.gz
sha512sums = 6953cfb42d30ca1792ed2e5200854dcf119655b58156a0e8d794b9dedc65cb463e54a266ce832cd64a4f529c4708867e31bf7d9e2f4cb4124023982cde87bcab
diff --git a/PKGBUILD b/PKGBUILD
index 8783ad203bbd..2d2ed32cb34b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Zsh plugin that sends out a notification when a long running task has c
arch=('any')
url="https://github.com/MichaelAquilina/zsh-auto-notify"
license=('GPL3')
-depends=('zsh')
+depends=('zsh' 'libnotify')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/MichaelAquilina/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('6953cfb42d30ca1792ed2e5200854dcf119655b58156a0e8d794b9dedc65cb463e54a266ce832cd64a4f529c4708867e31bf7d9e2f4cb4124023982cde87bcab')