summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c2a8e8a48fd..ef2ee290a4e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = synergy-git
pkgdesc = Share a single mouse and keyboard between multiple computers
- pkgver = 1.14.5.23.r0.g452c631d6
- pkgrel = 1
+ pkgver = 1.14.6.8.snapshot.r0.g9cedc57dc
+ pkgrel = 2
epoch = 1
url = http://synergy-foss.org
arch = i686
@@ -27,6 +27,8 @@ pkgbase = synergy-git
depends = libnotify
depends = libxrandr
depends = hicolor-icon-theme
+ depends = libssl.so
+ depends = libcrypto.so
optdepends = qt5-base: gui support
provides = synergy
conflicts = synergy
diff --git a/PKGBUILD b/PKGBUILD
index 84e470442e6a..9dd626f9c93b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,15 +12,15 @@
_pkgname=synergy
pkgname=$_pkgname-git
epoch=1
-pkgver=1.14.5.23.r0.g452c631d6
-pkgrel=1
+pkgver=1.14.6.8.snapshot.r0.g9cedc57dc
+pkgrel=2
pkgdesc='Share a single mouse and keyboard between multiple computers'
url='http://synergy-foss.org'
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
license=('GPL2')
provides=("$_pkgname")
conflicts=("$_pkgname")
-depends=('libxtst' 'libxinerama' 'libxkbcommon-x11' 'libxkbfile' 'avahi' 'libnotify' 'libxrandr' 'hicolor-icon-theme')
+depends=('libxtst' 'libxinerama' 'libxkbcommon-x11' 'libxkbfile' 'avahi' 'libnotify' 'libxrandr' 'hicolor-icon-theme' 'libssl.so' 'libcrypto.so')
makedepends=('libxt' 'cmake' 'qt5-base' 'gmock' 'gtest' 'git' 'qt5-tools')
checkdepends=('xorg-server-xvfb')
optdepends=('qt5-base: gui support')