summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorScott Marshall2022-12-21 21:43:36 -0500
committerScott Marshall2022-12-21 21:43:36 -0500
commitb87db80673494f06a7700ad76c65f44ccd335456 (patch)
tree5b90bd480075b73b78dde6e8e3159d27dc85aa83 /PKGBUILD
parent67f22db58a8e7318b9c86885ab4d3685948ce37f (diff)
downloadaur-b87db80673494f06a7700ad76c65f44ccd335456.tar.gz
Adjusted some dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1eceb1d80ff..f546abfc8dde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_dlhash=88fdd263
pkgname=synergy1-bin
pkgver=1.14.6
-pkgrel=1
+pkgrel=2
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')
url="https://symless.com/synergy"
@@ -13,13 +13,14 @@ depends=(
'gcc-libs>=5.2'
'glibc>=2.14'
'hicolor-icon-theme'
+ 'libcrypto.so'
'libnotify>=0.8'
+ 'libssl.so'
'libx11>=1.2.99.901'
'libxext'
'libxi>=1.2.99.4'
'libxkbfile>=1.1.2'
'libxtst'
- 'openssl>=1.1.0'
'qt5-base>=5.12.2'
)
conflicts=('synergy')