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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Aug 2 14:39:23 UTC 2015


    Date: Sunday, August 2, 2015 @ 16:39:22
  Author: jlichtblau
Revision: 137701

upgpkg: syncthing 0.11.18-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-02 14:26:16 UTC (rev 137700)
+++ PKGBUILD	2015-08-02 14:39:22 UTC (rev 137701)
@@ -6,7 +6,7 @@
 # Contributor: korjjj <korjjj+aur at gmail.com>
 
 pkgname=syncthing
-pkgver=0.11.17
+pkgver=0.11.18
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 url="http://syncthing.net/"
@@ -19,7 +19,7 @@
 
 prepare() {
   cd "${srcdir}"
-  mkdir -p "src/github.com/syncthing"
+  install -d "src/github.com/syncthing"
   mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
 }
 



More information about the arch-commits mailing list