summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfc3225d664c..c098a1509825 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Aug 9 20:35:20 UTC 2016
+# Wed Sep 21 02:24:46 UTC 2016
pkgbase = synergy-git
pkgdesc = Share a single mouse and keyboard between multiple computers
- pkgver = 20160808.r2502.130a248
+ pkgver = 20160920.r2503.145e779
pkgrel = 1
url = http://synergy-foss.org
arch = i686
@@ -13,13 +13,11 @@ pkgbase = synergy-git
makedepends = libxt
makedepends = qt5-base
makedepends = unzip
- depends = gcc-libs
depends = libxtst
depends = libxinerama
- depends = libxkbcommon-x11
depends = avahi
depends = curl
- optdepends = qt5-base: gui support
+ depends = qt5-base
optdepends = openssl: encryption support
provides = synergy
conflicts = synergy
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"