summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Franke2017-02-26 17:34:15 +0100
committerCarlos Franke2017-02-26 17:34:15 +0100
commitf14811e3b98fc997f6353d605a03f12f987ba861 (patch)
treef114b3fc88b91915368790daf9493396408a64f0
parentc2d109daa4b0f05bd867d2304bb9ebf68df02809 (diff)
downloadaur-f14811e3b98fc997f6353d605a03f12f987ba861.tar.gz
add dependency 'python2-gobject'
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71a15a021ff4..3e3c47713d51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = azulejo-git
pkgdesc = Window resizing and tiling utility
- pkgver = r67.f7059ae
+ pkgver = r68.4c6c8e8
pkgrel = 1
arch = any
license = custom
@@ -11,6 +11,7 @@ pkgbase = azulejo-git
depends = libkeybinder3
depends = python2-xlib
depends = python2-notify2
+ depends = python2-gobject
provides = azulejo
conflicts = azulejo
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 95b6674fbc61..bc1b2ed43ade 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Carlos Franke <carlos_Franke at lemtank dot de>
+# Contributor: Carlos Franke <carlos_Franke at lemtank dot de>
_pkgname=azulejo
pkgname=$_pkgname-git
-pkgver=r67.f7059ae
+pkgver=r68.4c6c8e8
pkgrel=1
pkgdesc="Window resizing and tiling utility"
arch=('any')
url=""
license=('custom')
groups=()
-depends=('python2' 'gtk3' 'libkeybinder3' 'python2-xlib' 'python2-notify2')
+depends=('python2' 'gtk3' 'libkeybinder3' 'python2-xlib' 'python2-notify2' 'python2-gobject')
makedepends=('git' 'python2-setuptools')
provides=('azulejo')
conflicts=('azulejo')