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

Martin Wimpress flexiondotorg at nymeria.archlinux.org
Mon Jun 23 12:35:14 UTC 2014


    Date: Monday, June 23, 2014 @ 14:35:14
  Author: flexiondotorg
Revision: 113457

upgpkg: syncthing 0.8.16-1 - New upstream release.

Modified:
  syncthing/trunk/PKGBUILD
  syncthing/trunk/syncthing.install

-------------------+
 PKGBUILD          |    6 +++---
 syncthing.install |    9 +--------
 2 files changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-23 12:04:26 UTC (rev 113456)
+++ PKGBUILD	2014-06-23 12:35:14 UTC (rev 113457)
@@ -6,8 +6,8 @@
 
 _pkgstamp=$(date +%s)
 pkgname=syncthing
-pkgver=0.8.15
-pkgrel=2
+pkgver=0.8.16
+pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 url="http://syncthing.net/"
 license=('MIT')
@@ -17,7 +17,7 @@
 source=("https://github.com/calmh/${pkgname}/archive/v${pkgver}.tar.gz"
         "syncthing at .service"
         "syncthing.1")
-sha1sums=('2fa7f943e545a753619ec7a1fa6de3e8555619d3'
+sha1sums=('62ed3ac4f01546bba743e223dd98a2af8f67ca2b'
           '204cad3823306c793a14a17a23220e26199160d4'
           '17be8b3f99c577e325765abc251f597e204d7711')
 install=${pkgname}.install

Modified: syncthing.install
===================================================================
--- syncthing.install	2014-06-23 12:04:26 UTC (rev 113456)
+++ syncthing.install	2014-06-23 12:35:14 UTC (rev 113457)
@@ -1,17 +1,10 @@
 post_install() {
 cat << EOF
-  WebGUI can be accessed at http://localhost:8080
-
-  Execute the following to reload systemd modules.
-
-    systemctl daemon-reload
-
-  To start and/or enable syncthing execute the the following,
+  To start and/or enable syncthing execute the following,
   replacing 'user' with your username.
 
     systemctl start syncthing at user
     systemctl enable syncthing at user
-
 EOF
 }
 




More information about the arch-commits mailing list