Date: Tuesday, September 19, 2017 @ 11:00:20 Author: arojas Revision: 258833
Update to 1.2 Modified: kdeconnect/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-19 10:53:31 UTC (rev 258832) +++ PKGBUILD 2017-09-19 11:00:20 UTC (rev 258833) @@ -1,10 +1,9 @@ -# $Id$ # Maintainer: Antonio Rojas <[email protected]> # Contributor: Andrea Scarpino <[email protected]> # Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com> pkgname=kdeconnect -pkgver=1.0.3 +pkgver=1.2 pkgrel=1 pkgdesc='Adds communication between KDE and your smartphone' url='https://community.kde.org/KDEConnect' @@ -13,8 +12,8 @@ depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5) 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=('085915477e922cf723d4f7454a0d3773') +source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz") # {.sig} key is not published +sha256sums=('5e8528a6758c64e884a787d661fc3ea38970e62e4540463238ad9a6c1b6d7970') prepare() { mkdir -p build @@ -26,8 +25,8 @@ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_TESTING=OFF \ -DCMAKE_BUILD_TYPE=Release \ - -DKDE_INSTALL_LIBDIR=lib \ - -DKDE_INSTALL_LIBEXECDIR=lib + -DCMAKE_INSTALL_LIBDIR=lib \ + -DCMAKE_INSTALL_LIBEXECDIR=lib make }
