[arch-commits] Commit in syncthing-gtk/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sun Apr 26 16:23:15 UTC 2015
Date: Sunday, April 26, 2015 @ 18:23:15
Author: jlichtblau
Revision: 132274
upgpkg: syncthing-gtk 0.7.0.1-1
Modified:
syncthing-gtk/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-26 15:59:30 UTC (rev 132273)
+++ PKGBUILD 2015-04-26 16:23:15 UTC (rev 132274)
@@ -4,19 +4,19 @@
# Contributor: kozec <kozec at kozec dot com>
pkgname=syncthing-gtk
-pkgver=0.6.5
+pkgver=0.7.0.1
pkgrel=1
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' 'python2-cairo' 'syncthing')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 'python2-pyinotify' 'python2-cairo' 'syncthing>=0.11')
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=('f02cdf3b660beb3fa694d725c3b8bf3872c7e8e12ba08ef2331dd63eddb47808')
+sha256sums=('4e41151ad3aa7513334ece56175c5a9074cd81d4ef8e4fac4dd4e3189c15e597')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list