summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2017-07-28 04:08:35 +1000
committerRod Kay2017-07-28 04:08:35 +1000
commite2a28cec9cc26d1b228914b17c7fe535da93a31c (patch)
treeb92115416b47d6cb76abe93737938b829c9d4888
parentefeccc7b6c8f7f1978485c88e268e0bf18949d4e (diff)
downloadaur-e2a28cec9cc26d1b228914b17c7fe535da93a31c.tar.gz
Add python2-gobject to the 'depends' set
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a11af2690040..f7dda996d15d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jul 6 13:28:16 UTC 2017
+# Thu Jul 27 18:07:45 UTC 2017
pkgbase = gnatcoll
pkgdesc = Gnat components collection.
pkgver = 2017
- pkgrel = 3
+ pkgrel = 4
url = http://libre.adacore.com/tools/gnat-component-collection/
arch = i686
arch = x86_64
@@ -17,6 +17,7 @@ pkgbase = gnatcoll
depends = libgpr
depends = gtkada
depends = xmlada
+ depends = python2-gobject
optdepends = postgresql
optdepends = sqlite3
provides = gnatcoll
diff --git a/PKGBUILD b/PKGBUILD
index 9371d28ff8a7..174c3cd980b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname=gnatcoll
pkgver=2017
-pkgrel=3
+pkgrel=4
pkgdesc='Gnat components collection.'
url='http://libre.adacore.com/tools/gnat-component-collection/'
arch=('i686' 'x86_64')
license=('GPL')
-depends=('gcc-ada' 'readline' 'libgpr' 'gtkada' 'xmlada')
+depends=('gcc-ada' 'readline' 'libgpr' 'gtkada' 'xmlada' 'python2-gobject')
makedepends=('git' 'gprbuild' 'postgresql' 'sqlite3')
optdepends=('postgresql' 'sqlite3')