[arch-commits] Commit in kdeconnect/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jul 2 21:23:39 UTC 2016


    Date: Saturday, July 2, 2016 @ 21:23:39
  Author: arojas
Revision: 181796

Fix command in autostart files (FS#49917)

Modified:
  kdeconnect/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-02 16:39:25 UTC (rev 181795)
+++ PKGBUILD	2016-07-02 21:23:39 UTC (rev 181796)
@@ -6,7 +6,7 @@
 pkgname=kdeconnect
 pkgver=0.9.g
 _pkgver=0.9g
-pkgrel=2
+pkgrel=3
 pkgdesc='Adds communication between KDE and your smartphone'
 url='https://community.kde.org/KDEConnect'
 license=(GPL)
@@ -28,7 +28,7 @@
     -DBUILD_TESTING=OFF \
     -DCMAKE_BUILD_TYPE=Release \
     -DKDE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_LIBEXECDIR=lib
+    -DKDE_INSTALL_LIBEXECDIR=/usr/lib
   make
 }
 



More information about the arch-commits mailing list