Package Details: rslsync 3.0.0-1

Git Clone URL: https://aur.archlinux.org/rslsync.git (read-only, click to copy)
Package Base: rslsync
Description: Resilio Sync (ex:BitTorrent Sync) - automatically sync files via secure, distributed technology
Upstream URL: https://www.getsync.com
Licenses: custom:resilio
Submitter: widowild
Maintainer: widowild (fryfrog)
Last Packager: fryfrog
Votes: 361
Popularity: 0.76
First Submitted: 2016-09-25 13:20 (UTC)
Last Updated: 2024-08-08 15:57 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 56 Next › Last »

fryfrog commented on 2018-11-29 22:14 (UTC)

@zifnab, the checksum changed because they released a new version! So we're already running it, but now at least the package has the right number. :/

zifnab commented on 2018-11-25 15:26 (UTC) (edited on 2018-11-25 15:28 (UTC) by zifnab)

ok, so based on fryfrog comment I got it to work. here is how for the ones still having issues figuring it out. if you are using aurman (like fryfrog and I): rm ~/.cache/aurman/rslsync/rslsync*-2.6.1* and launch a aurman update once again (aurman -Syu). OR temporarily ask another aur helper than the one you use to do the update (as it will have its own cache/update mechanism), like trizen if you have it installed (or any other really): trizen -Syu I used both methods successfully (one for my x64 device, the other one for my armv7 devices). thx fryfrog!

fryfrog commented on 2018-11-25 15:06 (UTC)

The package revision isn't stored in the downloaded file's name, so it is re-using your previously downloaded file, you'll need to remove those files. I use aurman and they were in ~/.cache/aurman. I'm not sure of a graceful way to deal with this. :(

zifnab commented on 2018-11-25 13:33 (UTC)

yet 2.6.1.1319-2 seems to have SHA issues too (tested on 2 different arch, see below):

Validating source_x86_64 files with sha256sums... rslsync_x64-2.6.1.1319.tar.gz ... FAILED

Validating source_armv7h files with sha256sums... rslsync_armhf-2.6.1.1319.tar.gz ... FAILED

regards.

micahscopes commented on 2018-11-25 06:05 (UTC)

The sha256sum for rslsync_x64-2.6.1.1319.tar.gz seems to have changed:

sha256sums_x86_64=('82f940a130a0e82c3b020dd9cb1381ae0c0f2b52dee1b7eff81f90b3c997086f')

lbm commented on 2018-08-09 21:19 (UTC)

@fryfrog, all good with latest snapshot, thanks!

fryfrog commented on 2018-08-09 21:11 (UTC)

Pulled in your /run changes and renamed the tmpfiles.d file to match all my other AUR packages. Hows that?

lbm commented on 2018-08-09 21:00 (UTC)

@fryfrog, tested the patch below on my aarch64 system without any issues.

lbm commented on 2018-08-09 20:58 (UTC)

Patch with fix for aarch64 and systemd-tmpfiles warning: https://gist.github.com/lassebm/4e08ea2cea28654b9a38870ddc83ce7c

fryfrog commented on 2018-08-09 20:54 (UTC)

@lbm, can you try that?