summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Libert2023-11-13 12:06:21 +0100
committerBart Libert2023-11-13 12:06:21 +0100
commit13d1f578b8fffd5b04fbf6c6449b3f2ff2aff473 (patch)
tree78df22ed0acb13e2dabd947189e445805e57f16a
parentf1c012082cc1c2d362a6f76a0acb6a604f37f086 (diff)
downloadaur-13d1f578b8fffd5b04fbf6c6449b3f2ff2aff473.tar.gz
Add libnotify dependency
-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')