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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 28 22:59:43 UTC 2014


    Date: Sunday, December 28, 2014 @ 23:59:43
  Author: bpiotrowski
Revision: 124797

upgpkg: syncthing-gtk 0.5.5-1

new upstream release

Modified:
  syncthing-gtk/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-28 22:45:29 UTC (rev 124796)
+++ PKGBUILD	2014-12-28 22:59:43 UTC (rev 124797)
@@ -1,25 +1,26 @@
+# $Id$
 # Maintainer : Martin Wimpress <code at flexion.org>
 # Contributor: kozec <kozec at kozec dot com>
 
 pkgname=syncthing-gtk
-pkgver=0.5.2
-pkgrel=3
-pkgdesc="GTK3 & Python based GUI and notification area icon for Syncthing"
+pkgver=0.5.5
+pkgrel=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
-url="https://github.com/syncthing/syncthing-gtk"
+url='https://github.com/syncthing/syncthing-gtk'
 license=('GPL2')
 makedepends=('python2-setuptools')
 depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 'python2-pyinotify'
-         'syncthing>=0.10.9')
-source=("https://github.com/syncthing/${pkgname}/archive/v${pkgver}.tar.gz")
-md5sums=('20e5750b775acedaf51ab130e4e47644')
+         'syncthing')
+source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+md5sums=('176dadfbb51171719dd72fa1a68632aa')
 
 build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    python2 setup.py build
+  cd $pkgname-$pkgver
+  python2 setup.py build
 }
 
 package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-    python2 setup.py install --root=${pkgdir} --optimize=1
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=${pkgdir} --optimize=1
 }


Property changes on: syncthing-gtk/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list