summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin MacMartin2016-09-20 22:27:22 -0400
committerKevin MacMartin2016-09-20 22:27:22 -0400
commit7d24c0c119b00c6c7f6dc97516a129f9ddce7ae8 (patch)
tree5384535ef683a75c170261299b9348067c85c585 /PKGBUILD
parent3aa8935af5e8a1d239df24f15ddc789b4f8e29e8 (diff)
downloadaur-7d24c0c119b00c6c7f6dc97516a129f9ddce7ae8.tar.gz
Update to 20160920.r2503.145e779
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80d2c2426e8c..a2bfafac9254 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pkgname=synergy
pkgname=$_pkgname-git
-pkgver=20160808.r2502.130a248
+pkgver=20160920.r2503.145e779
pkgrel=1
pkgdesc='Share a single mouse and keyboard between multiple computers'
url='http://synergy-foss.org'
@@ -17,13 +17,9 @@ arch=('i686' 'x86_64')
license=('GPL2')
provides=("$_pkgname")
conflicts=("$_pkgname")
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl')
+depends=('libxtst' 'libxinerama' 'avahi' 'curl' 'qt5-base')
makedepends=('cmake' 'git' 'libxt' 'qt5-base' 'unzip')
-
-optdepends=(
- 'qt5-base: gui support'
- 'openssl: encryption support'
-)
+optdepends=('openssl: encryption support')
source=(
"$_pkgname::git+https://github.com/symless/$_pkgname.git"