summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOrestis Floros2019-05-07 22:10:37 +0300
committerOrestis Floros2019-05-07 22:10:37 +0300
commit445280c3aa6022b1a7d11f773bb5ef0af7b5e06d (patch)
treeebfea13ec82ddf824330a7faf8278bf5cf61b77e
parenta7d9f81ebb499420fce31220b028003714ee504c (diff)
downloadaur-445280c3aa6022b1a7d11f773bb5ef0af7b5e06d.tar.gz
Add proper dependencies
-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}")