Date: Thursday, May 14, 2015 @ 13:35:17 Author: jlichtblau Revision: 133397
upgpkg: syncthing 0.11.3-1 - New upstream release. Modified: syncthing/trunk/PKGBUILD Deleted: syncthing/trunk/syncthing.install -------------------+ PKGBUILD | 3 +-- syncthing.install | 20 -------------------- 2 files changed, 1 insertion(+), 22 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-14 11:27:32 UTC (rev 133396) +++ PKGBUILD 2015-05-14 11:35:17 UTC (rev 133397) @@ -6,7 +6,7 @@ # Contributor: korjjj <korjjj+...@gmail.com> pkgname=syncthing -pkgver=0.11.2 +pkgver=0.11.3 pkgrel=1 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing" url="http://syncthing.net/" @@ -18,7 +18,6 @@ $pkgname.1) sha1sums=('SKIP' '17be8b3f99c577e325765abc251f597e204d7711') -install=${pkgname}.install prepare() { cd "${srcdir}" Deleted: syncthing.install =================================================================== --- syncthing.install 2015-05-14 11:27:32 UTC (rev 133396) +++ syncthing.install 2015-05-14 11:35:17 UTC (rev 133397) @@ -1,20 +0,0 @@ -post_install() { -cat << EOF - To start and/or enable syncthing execute the following, - replacing 'user' with your username. - - systemctl start syncthing@user - systemctl enable syncthing@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 -}