summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorteamalpha54412017-01-12 14:37:22 +0100
committerteamalpha54412017-01-12 14:37:22 +0100
commitb84cb89298270f81a4afb5bb9c4ddce37205014e (patch)
treecd03a68ba089e580801842068676483afc833f17
parent288c476ab644c9d391156f93606ea9f00f28c916 (diff)
downloadaur-b84cb89298270f81a4afb5bb9c4ddce37205014e.tar.gz
Added xorg-xprop dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcf86906e3ca..a6ac9885cad7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
pkgname=ntfy-git
-pkgver=v2.0.1.r2.g30308ca
+pkgver=v2.4.0.r20.gbab1dc8
pkgrel=1
pkgdesc="A utility for sending push notifications to different backends (Pushover, Pushbullet, XMPP and various desktop notification systems)"
url="https://github.com/dschep/ntfy"
-depends=('python' 'python-yaml' 'python-requests' 'python-appdirs' 'python-ruamel.yaml' 'python-setuptools')
+depends=('python' 'python-yaml' 'python-requests' 'python-appdirs' 'python-ruamel.yaml' 'python-setuptools' 'xorg-xprop')
makedepends=('python' 'git')
license=('GPLv3')
arch=('any')