summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Reuße2015-11-01 17:11:41 +0100
committerSebastian Reuße2015-11-01 17:11:41 +0100
commitec808717c54a9930f69a579e8d525ef53fe37773 (patch)
tree583a6779c622ff1d034c5ea84ed40c8f508fdfde /PKGBUILD
parent267dac17ef175ad3ad210c967d260339c79f0cc6 (diff)
downloadaur-ec808717c54a9930f69a579e8d525ef53fe37773.tar.gz
Add new dependency.
x-highlight-region now depends on python-dbus.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7e4ddf2db63..93a86065f285 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Sebastian Reuße <seb@wirrsal.net>
pkgname=x-highlight-region-git
_gitname=x-highlight-region
-pkgver=0.1.0.0.r2.gd6e3221
+pkgver=0.4.0.0.r0.gc093f24
pkgrel=1
pkgdesc="Dims everything but a selected region of the screen."
arch=(any)
url=https://github.com/eigengrau/x-highlight-region
license=(GPL)
-depends=(python-gobject python3-keybinder gtk3 python-cairo)
+depends=(python-gobject python3-keybinder gtk3 python-cairo python-dbus)
makedepends=(git)
provides=(x-highlight-region)
conflicts=(x-highlight-region)