Package Details: synergy1-bin 1.14.6-2

Git Clone URL: https://aur.archlinux.org/synergy1-bin.git (read-only, click to copy)
Package Base: synergy1-bin
Description: Keyboard and mouse sharing solution. Synergy allows you to share one mouse and keyboard between multiple computers. Work seamlessly across Windows, macOS and Linux.
Upstream URL: https://symless.com/synergy
Licenses: unknown
Conflicts: synergy
Submitter: catrielmuller
Maintainer: None
Last Packager: scootz
Votes: 6
Popularity: 0.000073
First Submitted: 2021-01-02 22:41 (UTC)
Last Updated: 2022-12-22 03:29 (UTC)

Latest Comments

1 2 Next › Last »

xiota commented on 2022-09-17 03:18 (UTC)

Sorry for the inconvenience. It should work now.

KishCom commented on 2022-09-16 12:00 (UTC)

Package installs fine but is missing specific SSL libs:

/usr/bin/synergys: error while loading shared libraries: libssl.so.3: cannot open shared object file: No such file or directory

Circuitsoft commented on 2022-08-08 01:42 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 8d04c1a..68f6ca7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
 # Maintainer: Catriel Müller <catriel at gmail dot com>
 pkgname=synergy1-bin
-pkgver=1.14.0
+pkgver=1.14.5
+hash=a975f61a
 pkgrel=1
 pkgdesc="Keyboard and mouse sharing solution. Synergy allows you to share one mouse and keyboard between multiple computers. Work seamlessly across Windows, macOS and Linux."
 arch=('x86_64')
@@ -10,8 +11,8 @@ depends=('avahi>=0.6.16' 'gcc-libs>=5.2' 'glibc>=2.14' 'hicolor-icon-theme' 'lib
 conflicts=('synergy')
 options=('!strip' '!emptydirs')
 install=${pkgname}.install
-source_x86_64=("https://binaries.symless.com/synergy/v1-core-standard/1.14.0-stable.67d824b8/synergy_1.14.0-stable.67d824b8_ubuntu20_amd64.deb")
-sha512sums_x86_64=('097a6bf7efb30c28439a6f782b3589d38318afe81f7d1f9b09867b36aaaa8e92b158b024d852d831b7ac8a62efd89742400c99407d36dcfe5bc4723aa2693ca8')
+source_x86_64=("https://binaries.symless.com/synergy/v1-core-standard/${pkgver}-stable.${hash}/synergy_${pkgver}-stable.${hash}_ubuntu20_amd64.deb")
+sha512sums_x86_64=('a076b7f0e7503338a8e2982d8f6d115a6e259c05fdc365da692e87a141bda4c5fef1b33e603249c5f7d64171f2424935c81707714f36326a886f175c00e6960a')

 package(){
    # Extract package data

MrAnachi commented on 2022-06-08 23:45 (UTC) (edited on 2022-06-08 23:46 (UTC) by MrAnachi)

Symless in all their wisdom have blocked access to their downloads to account holders. To upgrade as a paying user: download the latest debian10 .deb from (https://symless.com/synergy/download). Add that file to your AUR folder containing the PKGBUILD.

Modify the PKGBUILD pkgver=1.14.3, and source_x86_64=("https://api2.prod.symless.com/aws-downloads/synergy/v1-core-standard/1.14.3-stable.218fa800/synergy_1.14.3-stable.218fa800_debian10_amd64.deb") sha512sums_x86_64=('1251e6c5215992f69603b839a04cd9a727e6fdc8c08a3f5e87b4b8bbbc9447e5d43539e1f4b35f41a33a479e0f8b172318c5de642db192f2a778b49b7f980358')

And install with makepkg -si

Similar steps will work with future updates, although worth checking for new dependencies in the .deb control file and you'll need to generate a new sha512sum with makepkg -g.

Bykow commented on 2022-05-23 07:48 (UTC)

@derwhalfisch I get an access denied on your link, any guidance ?

Would be nice to get an update on the pkg itself

derwhalfisch commented on 2022-05-22 06:12 (UTC) (edited on 2022-05-28 11:25 (UTC) by derwhalfisch)

for 1.14.3, change these lines:

NVM. The link must have been personalised and I can't find a general link.

<deleted-account> commented on 2022-01-31 02:42 (UTC)

To update to latest 1.14.2, you need to change these lines: source_x86_64=("https://binaries.symless.com/synergy/v1-core-standard/1.14.2-stable.c6918b74/synergy_1.14.2-stable.c6918b74_ubuntu21_amd64.deb") sha512sums_x86_64=('18af14d05986e3023d8258b1e29a34c7cd99aec6d1a5fe33bc252f2c56b01a6fcfdf359c7c78550f649d8808e9c977b7728f746061ad6c5af95a2998f6b1760d')

catrielmuller commented on 2021-03-15 13:22 (UTC)

@nulldev, Updated to v1.13.1

nulldev commented on 2021-01-18 21:35 (UTC) (edited on 2021-01-18 21:35 (UTC) by nulldev)

@catrielmuller Sorry, I actually meant: "remove groups=('')from the .SRCINFO file". Anyways, it works now so thank you!

catrielmuller commented on 2021-01-18 07:00 (UTC)

@nulldev, I cannot remove the .SRCINFO because it's required by AUR, but you can try now with the groups fixed.