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

Jaroslav Lichtblau jlichtblau at archlinux.org
Wed Aug 16 19:42:16 UTC 2017


    Date: Wednesday, August 16, 2017 @ 19:42:16
  Author: jlichtblau
Revision: 251509

upgpkg: syncthing-gtk 1:0.9.2.5-1 - new upstream release

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-16 19:41:52 UTC (rev 251508)
+++ PKGBUILD	2017-08-16 19:42:16 UTC (rev 251509)
@@ -4,7 +4,7 @@
 # Contributor: kozec <kozec at kozec dot com>
 
 pkgname=syncthing-gtk
-pkgver=0.9.2.4
+pkgver=0.9.2.5
 pkgrel=1
 epoch=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
@@ -11,13 +11,14 @@
 arch=('any')
 url='https://github.com/syncthing/syncthing-gtk'
 license=('GPL2')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 'python2-pyinotify' 'python2-cairo' 'syncthing>=0.13')
+depends=('syncthing>=0.13' 'gtk3' 'libnotify' 'python2-pyinotify'
+         'python2-bcrypt' 'python2-cairo' 'python2-dateutil' 'python2-gobject')
 makedepends=('python2-setuptools')
 optdepends=('python2-nautilus: file manager integration for Nautilus'
             'python2-caja: file manager integration for Caja'
             'librsvg: to shown menu icons correctly if not using traditional window header')
 source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('7c8fd126c10c4ea2b1d2471b2be194f1cf3d8e6a91768e79928fd85a3c86410d')
+sha256sums=('a0e866009aa819f604cde611ad58922855da32107efb3df7297f84e06b83c605')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list