summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin MacMartin2015-11-24 18:40:52 -0500
committerKevin MacMartin2015-11-24 18:40:52 -0500
commite780e042bb1c73d2fd0a94639424bbc4cf68edcd (patch)
tree3178b1866cbd2c1eb3cd2797b6d73e10e14ee241
parent34fd0f1b43874bf54ebee3a691ca849669300e19 (diff)
downloadaur-e780e042bb1c73d2fd0a94639424bbc4cf68edcd.tar.gz
Update to 20151124.r2407.42f2017 and add a missing makedep (git)
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e42ffdbab0d..dfe50c268306 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@
_pkgname=synergy
pkgname=$_pkgname-git
-pkgver=20151123.r2403.3bca8de
+pkgver=20151124.r2407.42f2017
pkgrel=1
pkgdesc='Share a single mouse and keyboard between multiple computers'
url='http://synergy-foss.org'
arch=('i686' 'x86_64')
depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl')
-makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
+makedepends=('cmake' 'git' 'libxt' 'qt5-base' 'unzip')
optdepends=(
'qt5-base: gui support'
'openssl: encryption support'