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

Antonio Rojas arojas at archlinux.org
Sat Jan 9 13:56:16 UTC 2016


    Date: Saturday, January 9, 2016 @ 14:56:15
  Author: arojas
Revision: 155785

Update to 0.9g

Modified:
  kdeconnect/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-09 12:35:05 UTC (rev 155784)
+++ PKGBUILD	2016-01-09 13:56:15 UTC (rev 155785)
@@ -4,8 +4,9 @@
 # Contributor: Kuba Serafinowski <zizzfizzix(at)gmail(dot)com>
 
 pkgname=kdeconnect
-pkgver=0.9
-pkgrel=3
+pkgver=0.9.g
+_pkgver=0.9g
+pkgrel=1
 pkgdesc='Adds communication between KDE and your smartphone'
 url='https://community.kde.org/KDEConnect'
 license=(GPL)
@@ -14,8 +15,8 @@
 makedepends=(extra-cmake-modules)
 optdepends=('sshfs: remote filesystem browser')
 install=$pkgname.install
-source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-kde-${pkgver}f.tar.xz")
-md5sums=('8574467d0d905a7267f79ffc80ca0934')
+source=("http://download.kde.org/unstable/$pkgname/${pkgver%.*}/src/$pkgname-kde-${_pkgver}.tar.xz")
+md5sums=('1472d071bd3d4f46c125a3aa0f387ca2')
 
 prepare() {
   mkdir -p build
@@ -23,7 +24,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