summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOrestis Floros2019-05-07 22:10:37 +0300
committerOrestis Floros2019-05-07 22:10:37 +0300
commit445280c3aa6022b1a7d11f773bb5ef0af7b5e06d (patch)
treeebfea13ec82ddf824330a7faf8278bf5cf61b77e /PKGBUILD
parenta7d9f81ebb499420fce31220b028003714ee504c (diff)
downloadaur-445280c3aa6022b1a7d11f773bb5ef0af7b5e06d.tar.gz
Add proper dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf792700d2c6..e7bc56adfd50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_name='zsh-notify'
pkgname="${_name}-git"
-pkgver=r46.1b0ba73
+pkgver=r57.853bc94
pkgrel=1
pkgdesc="Desktop notifications for long-running commands in zsh."
url="https://github.com/marzocchi/zsh-notify"
arch=('any')
license=('MIT')
-depends=('zsh')
+depends=('zsh' 'xdotool')
+optdepends=('wmctrl: To activate the terminal and set the urgency hint')
makedepends=('git')
provides=('zsh-notify')
source=("${_name}::${url//https/git}")