summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Reuße2015-10-25 17:31:59 +0100
committerSebastian Reuße2015-10-25 17:31:59 +0100
commit267dac17ef175ad3ad210c967d260339c79f0cc6 (patch)
tree10e36cb431f8ea579cedaaeb78fb1f1b311bca9f
parent1763e64fe9c7c9c3f3ab620d6b85748a5c5b5bfa (diff)
downloadaur-267dac17ef175ad3ad210c967d260339c79f0cc6.tar.gz
Add missing dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 213f95627896..551a22f8ee52 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.r0.gf8666c3
+ pkgver = 0.1.0.0.r2.gd6e3221
pkgrel = 1
url = https://github.com/eigengrau/x-highlight-region
arch = any
@@ -9,6 +9,7 @@ pkgbase = x-highlight-region-git
depends = python-gobject
depends = python3-keybinder
depends = gtk3
+ depends = python-cairo
provides = x-highlight-region
conflicts = x-highlight-region
source = git+https://github.com/eigengrau/x-highlight-region
diff --git a/PKGBUILD b/PKGBUILD
index b07b807b4f45..a7e4ddf2db63 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.r0.gf8666c3
+pkgver=0.1.0.0.r2.gd6e3221
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)
+depends=(python-gobject python3-keybinder gtk3 python-cairo)
makedepends=(git)
provides=(x-highlight-region)
conflicts=(x-highlight-region)