Date: Monday, January 12, 2015 @ 18:21:36 Author: jlichtblau Revision: 125841
upgpkg: syncthing-gtk 0.5.7-1 Modified: syncthing-gtk/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-01-12 16:36:55 UTC (rev 125840) +++ PKGBUILD 2015-01-12 17:21:36 UTC (rev 125841) @@ -4,7 +4,7 @@ # Contributor: kozec <kozec at kozec dot com> pkgname=syncthing-gtk -pkgver=0.5.6 +pkgver=0.5.7 pkgrel=1 pkgdesc='GTK3 based GUI and notification area icon for Syncthing' arch=('any') @@ -13,7 +13,7 @@ makedepends=('python2-setuptools') depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 'python2-pyinotify' 'syncthing') source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz) -md5sums=('0931d312e9cb9510ef92d4a3927b0d1e') +md5sums=('35158e09a4c6f8cd799f02b42dbe0111') build() { cd $pkgname-$pkgver