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

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Dec 30 20:03:24 UTC 2014


    Date: Tuesday, December 30, 2014 @ 21:03:23
  Author: jlichtblau
Revision: 124985

upgpkg: syncthing-gtk 0.5.5-1

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-30 20:01:30 UTC (rev 124984)
+++ PKGBUILD	2014-12-30 20:03:23 UTC (rev 124985)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer : Martin Wimpress <code at flexion.org>
+# Maintainer: Martin Wimpress <code at flexion.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 # Contributor: kozec <kozec at kozec dot com>
 
 pkgname=syncthing-gtk
@@ -10,8 +11,7 @@
 url='https://github.com/syncthing/syncthing-gtk'
 license=('GPL2')
 makedepends=('python2-setuptools')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 'python2-pyinotify'
-         'syncthing')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 'python2-pyinotify' 'syncthing')
 source=(https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
 md5sums=('176dadfbb51171719dd72fa1a68632aa')
 
@@ -22,5 +22,5 @@
 
 package() {
   cd $pkgname-$pkgver
-  python2 setup.py install --root=${pkgdir} --optimize=1
+  python2 setup.py install --root="${pkgdir}" --optimize=1
 }



More information about the arch-commits mailing list