[arch-commits] Commit in syncthing/trunk (PKGBUILD syncthing.install)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Apr 27 17:19:55 UTC 2015
Date: Monday, April 27, 2015 @ 19:19:55
Author: jlichtblau
Revision: 132332
upgpkg: syncthing 0.11.1-2
Modified:
syncthing/trunk/PKGBUILD
syncthing/trunk/syncthing.install
-------------------+
PKGBUILD | 2 +-
syncthing.install | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-27 17:08:06 UTC (rev 132331)
+++ PKGBUILD 2015-04-27 17:19:55 UTC (rev 132332)
@@ -7,7 +7,7 @@
pkgname=syncthing
pkgver=0.11.1
-pkgrel=1
+pkgrel=2
pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
url="http://syncthing.net/"
license=('MPLv2')
Modified: syncthing.install
===================================================================
--- syncthing.install 2015-04-27 17:08:06 UTC (rev 132331)
+++ syncthing.install 2015-04-27 17:19:55 UTC (rev 132332)
@@ -7,3 +7,14 @@
systemctl enable syncthing at user
EOF
}
+
+post_upgrade() {
+cat << EOF
+ Syncthing v0.11 does not support synchronizing with older versions (v0.10 or older).
+ Syncthing v0.11 will rehash all files on first startup.
+ Syncthing v0.11 requires updates to other programs it integrates with.
+ For details see the project release notes page at:
+ https://forum.syncthing.net/t/syncthing-v0-11-0-release-notes/2426
+
+EOF
+}
More information about the arch-commits
mailing list