summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ac694a1c00f..e708279f2a3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = synergy-git
pkgdesc = Share a single mouse and keyboard between multiple computers
- pkgver = 20191216.r3353.b2173efb
+ pkgver = 20200826.r3607.9b29327b4
pkgrel = 1
url = http://synergy-foss.org
arch = i686
@@ -12,11 +12,13 @@ pkgbase = synergy-git
makedepends = cmake
makedepends = git
makedepends = libxt
+ makedepends = qt5-tools
depends = avahi
depends = curl
depends = libxinerama
depends = libxrandr
depends = libxtst
+ depends = qt5-base
optdepends = openssl: encryption support
provides = synergy
conflicts = synergy
diff --git a/.gitignore b/.gitignore
index 59bb23dfc534..6241062cab32 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-*.pkg.tar.xz
+*.pkg.tar*
pkg
src
synergy
diff --git a/PKGBUILD b/PKGBUILD
index 8c72f16e8fe8..39f8f835072a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pkgname=synergy
pkgname=$_pkgname-git
-pkgver=20191216.r3353.b2173efb
+pkgver=20200826.r3607.9b29327b4
pkgrel=1
pkgdesc='Share a single mouse and keyboard between multiple computers'
url='http://synergy-foss.org'
@@ -17,8 +17,8 @@ arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
license=('GPL2')
provides=("$_pkgname")
conflicts=("$_pkgname")
-depends=('avahi' 'curl' 'libxinerama' 'libxrandr' 'libxtst')
-makedepends=('cmake' 'git' 'libxt')
+depends=('avahi' 'curl' 'libxinerama' 'libxrandr' 'libxtst' 'qt5-base')
+makedepends=('cmake' 'git' 'libxt' 'qt5-tools')
optdepends=('openssl: encryption support')
source=(