[arch-commits] Commit in syncthing-gtk/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Feb 4 19:17:55 UTC 2015


    Date: Wednesday, February 4, 2015 @ 20:17:54
  Author: jlichtblau
Revision: 127133

upgpkg: syncthing-gtk 0.6-2
added missing dependency, reported via email to me
added new optdepends

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-04 18:50:02 UTC (rev 127132)
+++ PKGBUILD	2015-02-04 19:17:54 UTC (rev 127133)
@@ -5,12 +5,12 @@
 
 pkgname=syncthing-gtk
 pkgver=0.6
-pkgrel=1
+pkgrel=2
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
 url='https://github.com/syncthing/syncthing-gtk'
 license=('GPL2')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 'python2-pyinotify' 'syncthing')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 'python2-pyinotify' 'python2-cairo' 'syncthing')
 makedepends=('python2-setuptools')
 optdepends=('python2-nautilus: file manager integration for Nautilus'
             'python2-caja: file manager integration for Caja')



More information about the arch-commits mailing list