git » plasma-workspace-wallpapers.git » commit 1ad9514

Plasma 5.16.5

author Antonio Rojas
2019-09-03 15:22:42 UTC
committer Antonio Rojas
2019-09-03 15:22:42 UTC
parent 185aac560471610442a9ef8b266178931b4ce0f0

Plasma 5.16.5

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index dc7f40f..807c539 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=plasma-workspace-wallpapers
-pkgver=5.16.4
+pkgver=5.16.5
 pkgrel=1
 pkgdesc='Additional wallpapers for the Plasma Workspace'
 arch=(any)
@@ -12,7 +12,7 @@ license=(LGPL)
 makedepends=(extra-cmake-modules qt5-base)
 groups=(plasma)
 source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('052f6d978b1230706821f67574a7d053fadfb25de65227ffc8389a8570ac6003'
+sha256sums=('ff6e0eac42c540c72556439e6477fb78be2dab456386218813cce021f82d42d9'
             'SKIP')
 validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell <jr@jriddell.org>
               '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah <bshah@kde.org>
@@ -26,7 +26,6 @@ prepare() {
 build() {
   cd build
   cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
     -DBUILD_TESTING=OFF
   make
 }