summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 541d5e03b835..5b8ccefd2a8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
-# Generated by mksrcinfo v8
-# Fri Dec 23 14:49:30 UTC 2016
pkgbase = zsh-notify-git
pkgdesc = Desktop notifications for long-running commands in zsh.
- pkgver = r46.1b0ba73
+ pkgver = r57.853bc94
pkgrel = 1
url = https://github.com/marzocchi/zsh-notify
arch = any
license = MIT
makedepends = git
depends = zsh
+ depends = xdotool
+ optdepends = wmctrl: To activate the terminal and set the urgency hint
provides = zsh-notify
source = zsh-notify::git://github.com/marzocchi/zsh-notify
sha256sums = SKIP
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}")