summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhoton892018-02-03 16:30:06 +0100
committerPhoton892018-02-03 16:30:06 +0100
commit66233546805f3502c1092360787116c4aa1ac6b4 (patch)
treecd0a6ed8a0ead4f7a119540006adef3c94f0cb8d
parentdbffffa44f099583cfe8964ed41fa3528a4c9a35 (diff)
downloadaur-libbonoboui.tar.gz
Add python as makedepend (silent update)
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd1ced745462..7262c69fa276 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = libbonoboui
license = LGPL
makedepends = intltool
makedepends = pkg-config
+ makedepends = python
depends = libgnomecanvas
depends = libgnome
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 850e5bb37d59..a47d015c1eba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="User Interface library for Bonobo"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
depends=('libgnomecanvas' 'libgnome')
-makedepends=('intltool' 'pkg-config')
+makedepends=('intltool' 'pkg-config' 'python')
options=('!emptydirs')
url="http://www.gnome.org"
source=(https://download.gnome.org/sources/${pkgname}/2.24/${pkgname}-${pkgver}.tar.bz2)