Skip to content
Snippets Groups Projects
Commit 27fb1cc8 authored by Jaroslav Lichtblau's avatar Jaroslav Lichtblau
Browse files

- New upstream release.

parent da95ecc5
No related branches found
Tags 0.10.20-1
No related merge requests found
......@@ -5,7 +5,7 @@
# Contributor: korjjj <korjjj+aur@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/"
......@@ -17,7 +17,6 @@ source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${
$pkgname.1)
sha1sums=('SKIP'
'17be8b3f99c577e325765abc251f597e204d7711')
install=${pkgname}.install
prepare() {
cd "${srcdir}"
......
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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment