summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornull2015-08-26 16:11:58 -0400
committernull2015-08-26 16:11:58 -0400
commit5f0fbac93ab1f20fce0a9593b896c66235391a07 (patch)
treed73b3054cad09c6a0c819efc7f8bf06276028c5f
parentb7036da08b26461c76ef25bccf7467992b86a68b (diff)
downloadaur-5f0fbac93ab1f20fce0a9593b896c66235391a07.tar.gz
Qt4 not Qt5
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd53f0ff57b3..6f27e2401998 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Qt gui for Synergy which lets you remotely control other computers."
url="http://www.volker-lanz.de/en/software/qsynergy/"
license=(GPL)
arch=('i686' 'x86_64')
-depends=('qt5-base' 'synergy')
+depends=('qt4' 'synergy')
makedepends=()
conflicts=()
provides=()