summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormatclab2018-10-12 11:31:34 +0200
committermatclab2018-10-12 11:31:34 +0200
commitd794ef3264453c6cc8daf2484f85695de366f4e9 (patch)
tree5808b8f19e5bf148fa5295ccd28844ec56aef4a1
parent11b2baa2fba05fdfd7b45707e91a19a9bc2e168a (diff)
downloadaur-d794ef3264453c6cc8daf2484f85695de366f4e9.tar.gz
Add python-gobject dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42a952e1823b..db9cbf08f817 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notifymuch-git
pkgdesc = Display desktop notifications for unread mail in notmuch database
pkgver = r39.9d4aaf5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/kspi/notifymuch
arch = i686
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = notifymuch-git
depends = notmuch
depends = python-setuptools
depends = hicolor-icon-theme
+ depends = python-gobject
provides = notifymuch-git
source = notifymuch::git://github.com/kspi/notifymuch
source = notifymuch.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 82b2d7a2499b..25d8a543e4ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=notifymuch-git
pkgver=r39.9d4aaf5
-pkgrel=2
+pkgrel=3
pkgdesc="Display desktop notifications for unread mail in notmuch database"
arch=('i686' 'x86_64')
url="https://github.com/kspi/notifymuch"
@@ -10,7 +10,7 @@ license=('GPL2')
provides=('notifymuch-git')
conflict=()
makedepends=( 'pygobject-devel')
-depends=('python' 'notmuch' 'python-setuptools' 'hicolor-icon-theme' )
+depends=('python' 'notmuch' 'python-setuptools' 'hicolor-icon-theme' 'python-gobject' )
optdeps=()
source=('notifymuch::git://github.com/kspi/notifymuch' notifymuch.desktop
notifymuch.png)