summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Marshall2022-12-21 21:43:36 -0500
committerScott Marshall2022-12-21 21:43:36 -0500
commitb87db80673494f06a7700ad76c65f44ccd335456 (patch)
tree5b90bd480075b73b78dde6e8e3159d27dc85aa83
parent67f22db58a8e7318b9c86885ab4d3685948ce37f (diff)
downloadaur-synergy1-bin.tar.gz
Adjusted some dependencies.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fcd6155f18c..e4b513ad8954 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = synergy1-bin
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.
pkgver = 1.14.6
- pkgrel = 1
+ pkgrel = 2
url = https://symless.com/synergy
install = synergy1-bin.install
arch = x86_64
@@ -10,13 +10,14 @@ pkgbase = synergy1-bin
depends = gcc-libs>=5.2
depends = glibc>=2.14
depends = hicolor-icon-theme
+ depends = libcrypto.so
depends = libnotify>=0.8
+ depends = libssl.so
depends = libx11>=1.2.99.901
depends = libxext
depends = libxi>=1.2.99.4
depends = libxkbfile>=1.1.2
depends = libxtst
- depends = openssl>=1.1.0
depends = qt5-base>=5.12.2
conflicts = synergy
options = !strip
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')