summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrançois Boulogne2015-11-05 22:48:39 +0100
committerFrançois Boulogne2015-11-05 22:48:39 +0100
commit81066b97994f46c7799bf6fa05e8665ff8173f5e (patch)
treea42903c60c65eb4b50e9615fc157a0af0082ee4e
parentc25cc0260a3243912d29dbbc1eb124442e07427c (diff)
downloadaur-81066b97994f46c7799bf6fa05e8665ff8173f5e.tar.gz
add gtk3 to deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68b5f7728044..71b48f96d4b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-liblarch-git
pkgdesc = Python library to easily handle data structure, with a GTK binding
pkgver = v3.0.r9.gebd05dd
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/action/show/Projects/liblarch
arch = any
license = LGPL3
@@ -12,6 +12,7 @@ pkgbase = python-liblarch-git
depends = python
depends = python-gobject
depends = pygtk
+ depends = gtk3
provides = python-liblarch
conflicts = python-liblarch
source = git://github.com/liblarch/liblarch.git
diff --git a/PKGBUILD b/PKGBUILD
index 262f3265144d..5b5eaf1cb7f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Maintainer: Francois Boulogne <fboulogne at april dot org>
pkgname=python-liblarch-git
pkgver=v3.0.r9.gebd05dd
-pkgrel=1
+pkgrel=2
pkgdesc="Python library to easily handle data structure, with a GTK binding"
arch=('any')
url="https://wiki.gnome.org/action/show/Projects/liblarch"
license=('LGPL3')
-depends=('python' 'python-gobject' 'pygtk')
+depends=('python' 'python-gobject' 'pygtk' 'gtk3')
optdepends=()
makedepends=('git' 'python' 'python-distribute')
checkdepends=('python-nose')