summarylogtreecommitdiffstats
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
parent267dac17ef175ad3ad210c967d260339c79f0cc6 (diff)
downloadaur-ec808717c54a9930f69a579e8d525ef53fe37773.tar.gz
Add new dependency.
x-highlight-region now depends on python-dbus.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 551a22f8ee52..b6c228d39802 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = x-highlight-region-git
pkgdesc = Dims everything but a selected region of the screen.
- pkgver = 0.1.0.0.r2.gd6e3221
+ pkgver = 0.4.0.0.r0.gc093f24
pkgrel = 1
url = https://github.com/eigengrau/x-highlight-region
arch = any
@@ -10,6 +10,7 @@ pkgbase = x-highlight-region-git
depends = python3-keybinder
depends = gtk3
depends = python-cairo
+ depends = python-dbus
provides = x-highlight-region
conflicts = x-highlight-region
source = git+https://github.com/eigengrau/x-highlight-region
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)