Only that I hadn't been paying attention :p
Thanks richli: I'll include them in the next release...
Search Criteria
Package Details: syncthing-bin 1.28.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/syncthing-bin.git (read-only, click to copy) |
---|---|
Package Base: | syncthing-bin |
Description: | Open Source Continuous Replication / Cluster Synchronization Thing: binary. |
Upstream URL: | https://syncthing.net/ |
Licenses: | MPL2 |
Conflicts: | syncthing |
Provides: | syncthing |
Submitter: | jasonwryan |
Maintainer: | jasonwryan |
Last Packager: | jasonwryan |
Votes: | 29 |
Popularity: | 0.000000 |
First Submitted: | 2014-08-26 08:54 (UTC) |
Last Updated: | 2024-10-16 20:06 (UTC) |
Dependencies (0)
Required by (11)
- archsimian-git (requires syncthing) (optional)
- cmus-syncthing (requires syncthing) (optional)
- stfed (requires syncthing)
- syncthing-appmenu (requires syncthing)
- syncthing-desktop-entries (requires syncthing)
- syncthing-gtk (requires syncthing)
- syncthing-gtk-git (requires syncthing)
- syncthingdesktop (requires syncthing)
- syncthingtray (requires syncthing) (check)
- syncthingtray-git (requires syncthing) (check)
- syncthingtray-qt6 (requires syncthing) (check)
Sources (5)
- https://github.com/syncthing/syncthing/releases/download/v1.28.0/syncthing-linux-386-v1.28.0.tar.gz
- https://github.com/syncthing/syncthing/releases/download/v1.28.0/syncthing-linux-amd64-v1.28.0.tar.gz
- https://github.com/syncthing/syncthing/releases/download/v1.28.0/syncthing-linux-arm-v1.28.0.tar.gz
- https://github.com/syncthing/syncthing/releases/download/v1.28.0/syncthing-linux-arm64-v1.28.0.tar.gz
- syncthing-1.28.0.tar.gz
jasonwryan commented on 2015-02-10 20:59 (UTC)
richli commented on 2015-02-10 16:25 (UTC)
Is there a reason the upstream systemd units are not used? The latest version (v0.10.22) included an update to handle the exit codes better. In the downloaded tarball, they're in etc/linux-systemd/{system,user}/.
jasonwryan commented on 2015-01-21 09:10 (UTC)
Yes, I'll upload a new PKGBUILD when 0.10.21 comes out: which should be any day now... Keep your shirts on.
lastmikoi commented on 2015-01-21 09:05 (UTC)
Flagging as out of date since the source URI is not valid anymore (as stated by roguewolf)
The following unified patch made me able to upgrade:
--- PKGBUILD.old 2015-01-21 10:01:48.233591592 +0100
+++ PKGBUILD 2015-01-21 10:03:27.553594162 +0100
@@ -36,7 +36,7 @@
;;
esac
-source+=("https://github.com/calmh/${_realname}/releases/download/v${pkgver}/${_realname}-linux-${_pkgarch}-v${pkgver}.tar.gz")
+source+=("https://github.com/syncthing/${_realname}/releases/download/v${pkgver}/${_realname}-linux-${_pkgarch}-v${pkgver}.tar.gz")
package() {
cd "${_realname}-linux-${_pkgarch}-v${pkgver}"
roguewolf commented on 2015-01-16 08:51 (UTC)
Source should be changed from "https://github.com/calmh/…" to "https://github.com/syncthing/…" (platform-specific releases aren't available on the author's personal fork).
csantosb commented on 2015-01-04 20:31 (UTC)
Just for the record, to keep old behaviour (start-up right after boot and let syncthing running after logout), refer to the wiki
https://wiki.archlinux.org/index.php/Systemd/User#Automatic_start-up_of_systemd_user_instances
jasonwryan commented on 2014-12-29 18:34 (UTC)
I have added the --user service file as requested.
xuhdev commented on 2014-12-25 07:31 (UTC)
About the `--user` mode, there is a reason to add such a service file for that: the service is only loaded after the first login and stops after the last logout. The service won't work if one has an ecrypted home directory which is unavailable until the user types her password to log in. Also see this issue https://bugs.archlinux.org/task/42103
jasonwryan commented on 2014-10-24 09:22 (UTC)
@xuhdev: thanks, updated with the new release.
Pinned Comments
jasonwryan commented on 2019-06-03 01:41 (UTC)
Jakob generally takes a day or two to upload the hash file after each release. Please don't flag the package out-of-date until after he has published that file...