[arch-commits] Commit in zeitgeist-explorer/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Mon Jan 15 12:02:41 UTC 2018


    Date: Monday, January 15, 2018 @ 12:02:40
  Author: bgyorgy
Revision: 282637

upgpkg: zeitgeist-explorer 0.2-5

Fix missing dependency on python2-dbus

Modified:
  zeitgeist-explorer/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-15 11:27:00 UTC (rev 282636)
+++ PKGBUILD	2018-01-15 12:02:40 UTC (rev 282637)
@@ -3,12 +3,12 @@
 
 pkgname=zeitgeist-explorer
 pkgver=0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Graphical interface to monitor and inspect Zeitgeist's log at a low level"
 arch=('any')
 url="https://launchpad.net/zeitgeist-explorer"
 license=('LGPL')
-depends=('gtk3' 'python2-gobject' 'zeitgeist')
+depends=('gtk3' 'python2-dbus' 'python2-gobject' 'zeitgeist')
 makedepends=('python2-distutils-extra')
 source=(https://launchpad.net/$pkgname/0.x/$pkgver/+download/$pkgname-$pkgver.tar.gz{,.asc})
 validpgpkeys=('EEE420E481E68B71594F192D361CC5EBA0BA909F') # Manish Sinha



More information about the arch-commits mailing list