Date: Monday, April 9, 2018 @ 11:48:55 Author: arojas Revision: 315410
Update to 1.3.0 Modified: kdeconnect/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-09 10:33:04 UTC (rev 315409) +++ PKGBUILD 2018-04-09 11:48:55 UTC (rev 315410) @@ -3,7 +3,7 @@ # Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com> pkgname=kdeconnect -pkgver=1.2.1 +pkgver=1.3.0 pkgrel=1 pkgdesc='Adds communication between KDE and your smartphone' url='https://community.kde.org/KDEConnect' @@ -10,10 +10,11 @@ license=(GPL) arch=(x86_64) 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=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-v$pkgver.tar.xz") # {.sig} key is not published -sha256sums=('ef23eb8de8676f426298b244db426ad22e5212f26b3b435fd29a539fae186407') +makedepends=(extra-cmake-modules python kdoctools qt5-declarative) +optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration UI' + 'qt5-declarative: QML bindings' 'python-nautilus: Nautilus integration') +source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz") #{,.sig} unavailable key +sha256sums=('954d4e9f7de06a7409d9e3e124c959481a1c2c20148576dc3d431a3d6129fb3f') prepare() { mkdir -p build @@ -21,10 +22,9 @@ build() { cd build - cmake ../$pkgname-kde-v$pkgver \ + cmake ../$pkgname-kde-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ -DBUILD_TESTING=OFF \ - -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_LIBEXECDIR=lib make
