Date: Tuesday, October 18, 2016 @ 15:38:00
  Author: jlichtblau
Revision: 192525

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
    (from rev 192524, syncthing-gtk/trunk/PKGBUILD)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2016-10-18 15:37:32 UTC (rev 192524)
+++ PKGBUILD    2016-10-18 15:38:00 UTC (rev 192525)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress <c...@flexion.org>
-# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org>
-# Contributor: kozec <kozec at kozec dot com>
-
-pkgname=syncthing-gtk
-pkgver=0.9.2.2
-pkgrel=1
-epoch=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>=0.13')
-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=('e63bc8e8697d7214cb7a7700113e0b3f82c4c5f90fb068dbdc14a2c690bef8df')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 192524, 
syncthing-gtk/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2016-10-18 15:38:00 UTC (rev 192525)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Martin Wimpress <c...@flexion.org>
+# Maintainer: Jaroslav Lichtblau <svetlemo...@archlinux.org>
+# Contributor: kozec <kozec at kozec dot com>
+
+pkgname=syncthing-gtk
+pkgver=0.9.2.3
+pkgrel=1
+epoch=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>=0.13')
+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=('649fc41aca0ab4cbbc62e7deba6ebba2ce62dd8d164e5eafe371284df159c07c')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Reply via email to