Date: Tuesday, September 20, 2016 @ 06:08:20 Author: arojas Revision: 190005
Update to 1.0.1 Modified: kdeconnect/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-20 02:45:24 UTC (rev 190004) +++ PKGBUILD 2016-09-20 06:08:20 UTC (rev 190005) @@ -4,7 +4,7 @@ # Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com> pkgname=kdeconnect -pkgver=1.0 +pkgver=1.0.1 pkgrel=1 pkgdesc='Adds communication between KDE and your smartphone' url='https://community.kde.org/KDEConnect' @@ -14,7 +14,7 @@ makedepends=(extra-cmake-modules python kdoctools) optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration UI') source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz") -md5sums=('f5d09557300665de4144de24dc57ced4') +md5sums=('9f2af720aae76bb8a32f29c0fcee0ac7') prepare() { mkdir -p build @@ -27,7 +27,7 @@ -DBUILD_TESTING=OFF \ -DCMAKE_BUILD_TYPE=Release \ -DKDE_INSTALL_LIBDIR=lib \ - -DKDE_INSTALL_LIBEXECDIR=/usr/lib + -DKDE_INSTALL_LIBEXECDIR=lib make }
