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

Antonio Rojas arojas at archlinux.org
Thu Aug 31 17:56:46 UTC 2017


    Date: Thursday, August 31, 2017 @ 17:56:45
  Author: arojas
Revision: 304402

Update to 5.10.5.1

Modified:
  kscreenlocker/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-31 17:24:52 UTC (rev 304401)
+++ PKGBUILD	2017-08-31 17:56:45 UTC (rev 304402)
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=kscreenlocker
-pkgver=5.10.5
+pkgver=5.10.5.1
 pkgrel=1
 pkgdesc='Library and components for secure lock screen architecture'
 arch=(i686 x86_64)
@@ -11,8 +11,8 @@
 groups=(plasma)
 depends=(kidletime kwayland kdeclarative)
 makedepends=(extra-cmake-modules python kdoctools kcmutils libxcursor)
-source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6bf60a70eea9aa6594c7a799855a8a1d492d78ce8b9b014ae5bca9242fe9881d'
+source=("https://download.kde.org/stable/plasma/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('777f7a67539f9e32e687525e5b119774ce1c9dd6ebd64339205b52e97d03300e'
             'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
               '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
@@ -24,7 +24,7 @@
 
 build() {
   cd build
-  cmake ../$pkgname-$pkgver \
+  cmake ../$pkgname-${pkgver%.*} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DKDE_INSTALL_LIBDIR=lib \



More information about the arch-commits mailing list