[arch-commits] Commit in kdeconnect/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Jan 17 07:11:57 UTC 2018
Date: Wednesday, January 17, 2018 @ 07:11:57
Author: arojas
Revision: 283572
Update to 1.2.1
Modified:
kdeconnect/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-17 06:08:24 UTC (rev 283571)
+++ PKGBUILD 2018-01-17 07:11:57 UTC (rev 283572)
@@ -3,7 +3,7 @@
# Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
pkgname=kdeconnect
-pkgver=1.2
+pkgver=1.2.1
pkgrel=1
pkgdesc='Adds communication between KDE and your smartphone'
url='https://community.kde.org/KDEConnect'
@@ -12,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=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz") # {.sig} key is not published
-sha256sums=('5e8528a6758c64e884a787d661fc3ea38970e62e4540463238ad9a6c1b6d7970')
+source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-v$pkgver.tar.xz") # {.sig} key is not published
+sha256sums=('ef23eb8de8676f426298b244db426ad22e5212f26b3b435fd29a539fae186407')
prepare() {
mkdir -p build
@@ -21,7 +21,7 @@
build() {
cd build
- cmake ../$pkgname-kde-$pkgver \
+ cmake ../$pkgname-kde-v$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
-DBUILD_TESTING=OFF \
-DCMAKE_BUILD_TYPE=Release \
More information about the arch-commits
mailing list