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

Antonio Rojas arojas at archlinux.org
Tue Aug 30 16:04:17 UTC 2016


    Date: Tuesday, August 30, 2016 @ 16:04:17
  Author: arojas
Revision: 188061

Update to 1.0

Modified:
  kdeconnect/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-30 16:03:28 UTC (rev 188060)
+++ PKGBUILD	2016-08-30 16:04:17 UTC (rev 188061)
@@ -4,18 +4,17 @@
 # Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
 
 pkgname=kdeconnect
-pkgver=0.9.g
-_pkgver=0.9g
-pkgrel=3
+pkgver=1.0
+pkgrel=1
 pkgdesc='Adds communication between KDE and your smartphone'
 url='https://community.kde.org/KDEConnect'
 license=(GPL)
 arch=(i686 x86_64)
 depends=(hicolor-icon-theme kcmutils kwayland libfakekey qca-qt5)
-makedepends=(extra-cmake-modules python)
+makedepends=(extra-cmake-modules python kdoctools)
 optdepends=('sshfs: remote filesystem browser' 'kde-cli-tools: configuration UI')
-source=("http://download.kde.org/unstable/$pkgname/${pkgver%.*}/src/$pkgname-kde-${_pkgver}.tar.xz")
-md5sums=('1472d071bd3d4f46c125a3aa0f387ca2')
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-kde-$pkgver.tar.xz")
+md5sums=('f5d09557300665de4144de24dc57ced4')
 
 prepare() {
   mkdir -p build
@@ -23,7 +22,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname-kde-$_pkgver \
+  cmake ../$pkgname-kde-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DBUILD_TESTING=OFF \
     -DCMAKE_BUILD_TYPE=Release \



More information about the arch-commits mailing list