Date: Thursday, April 23, 2015 @ 18:59:35
  Author: svenstaro
Revision: 132063

upgpkg: synergy 1.7.1-2

Fix crash

Modified:
  synergy/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-04-23 16:43:24 UTC (rev 132062)
+++ PKGBUILD    2015-04-23 16:59:35 UTC (rev 132063)
@@ -11,11 +11,11 @@
 # update and just generally don't seem to care much.
 pkgname=synergy
 pkgver=1.7.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Share a single mouse and keyboard between multiple computers"
 url="http://synergy-foss.org";
 arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'crypto++' 'libxkbcommon-x11' 
'avahi')
+depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi')
 makedepends=('libxt' 'cmake' 'qt5-base' 'unzip' 'subversion')
 optdepends=('qt5-base: gui support')
 license=('GPL2')
@@ -53,6 +53,7 @@
   install -Dm755 bin/synergy "$pkgdir/usr/bin/synergy"
   install -Dm755 bin/synergyc "$pkgdir/usr/bin/synergyc"
   install -Dm755 bin/synergys "$pkgdir/usr/bin/synergys"
+  install -Dm755 bin/syntool "$pkgdir/usr/bin/syntool"
 
   # install config
   install -Dm644 "doc/${pkgname}.conf.example" 
"${pkgdir}/etc/${pkgname}.conf.example" 

Reply via email to