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

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue May 17 18:55:05 UTC 2016


    Date: Tuesday, May 17, 2016 @ 20:55:05
  Author: jlichtblau
Revision: 175562

upgpkg: syncthing 0.13.0-1 - new upstream release

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

-------------------+
 PKGBUILD          |    3 ++-
 syncthing.install |    8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-17 18:39:50 UTC (rev 175561)
+++ PKGBUILD	2016-05-17 18:55:05 UTC (rev 175562)
@@ -6,7 +6,7 @@
 # Contributor: korjjj <korjjj+aur at gmail.com>
 
 pkgname=syncthing
-pkgver=0.12.24
+pkgver=0.13.0
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 arch=('i686' 'x86_64')
@@ -48,6 +48,7 @@
   cd "${srcdir}/src/github.com/syncthing/${pkgname}"
   install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
   install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm644 "etc/linux-systemd/system/${pkgname}-resume.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}-resume.service"
   install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
   install -Dm644 "etc/linux-systemd/user/${pkgname}.service" "${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
 

Modified: syncthing.install
===================================================================
--- syncthing.install	2016-05-17 18:39:50 UTC (rev 175561)
+++ syncthing.install	2016-05-17 18:55:05 UTC (rev 175562)
@@ -1,11 +1,11 @@
 post_upgrade() {
-  if (( "$(vercmp $2 0.12.0-1)" < 0 )); then
+  if (( "$(vercmp $2 0.13.0-1)" < 0 )); then
     cat << EOF
-  This is the first release on the new major v0.12 branch. It is not
-  compatible with the v0.11.x releases! Use this release if you are
+  This is the first release on the new major v0.13 branch. It is not
+  protocol compatible with the v0.12.x releases! Use this release if you are
   a new user, or when you are ready to upgrade all devices in your cluster.
   Full information is available on the release page
-  https://forum.syncthing.net/t/syncthing-v0-12-0-beryllium-bedbug/6026
+  https://github.com/syncthing/syncthing/releases/tag/v0.13.0
 
 EOF
   fi



More information about the arch-commits mailing list