summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6e080bd89a0..ec51abd831a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jul 24 10:08:13 UTC 2016
+# Mon Aug 1 07:36:41 UTC 2016
pkgbase = astroid
pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others
pkgver = v0.6.r3.ga38bb91
@@ -12,6 +12,7 @@ pkgbase = astroid
makedepends = scons
makedepends = git
makedepends = pkg-config
+ makedepends = python-gobject
depends = notmuch
depends = boost
depends = boost-libs
diff --git a/PKGBUILD b/PKGBUILD
index d9be3e429b92..4e1797af427b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/astroidmail/astroid"
license=('GPL')
groups=()
depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkitgtk' 'libsass' 'libpeas' 'gobject-introspection')
-makedepends=('scons' 'git' 'pkg-config')
+makedepends=('scons' 'git' 'pkg-config' 'python-gobject')
checkdepends=('notmuch-runtime')
optdepends=('gvim: default editor'
'emacs: can be used as editor')