[arch-commits] Commit in plasma-wayland-protocols/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Jul 24 08:10:12 UTC 2020
Date: Friday, July 24, 2020 @ 08:10:12
Author: arojas
Revision: 392483
Update to 1.1.0
Modified:
plasma-wayland-protocols/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-24 06:56:41 UTC (rev 392482)
+++ PKGBUILD 2020-07-24 08:10:12 UTC (rev 392483)
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
pkgname=plasma-wayland-protocols
-pkgver=1.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="Plasma Specific Protocols for Wayland"
arch=(any)
@@ -10,21 +10,15 @@
depends=()
makedepends=(qt5-base extra-cmake-modules)
source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('69c0fac42ccecaa78388f54725de493cad7ac798d85802225013c3e1fb7ee62b'
+sha256sums=('d7bcf780b764f013613870ff2366486f052827857ca0bb79981c97b436601d31'
'SKIP')
validpgpkeys=(CA1B4E348D22755A67EF4E1A6A4F2C4CDC8BC77F) # Aleix Pol Gonzalez <aleixpol at kde.org>
-prepare() {
- mkdir -p build
-}
-
build() {
- cd build
- cmake ../$pkgname-$pkgver
- make
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
}
package() {
- cd build
- make DESTDIR="$pkgdir" install
+ DESTDIR="$pkgdir" cmake --install build
}
More information about the arch-commits
mailing list