aboutsummaryrefslogtreecommitdiffstats
path: root/testing/plasma-nano/APKBUILD
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-03-11 09:48:08 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-13 16:35:51 -0300
commit79494622b0c70e1b0845fe2625df3991ef9df6d6 (patch)
tree7cb1698d03500fc97efd4b108d583200d324f74e /testing/plasma-nano/APKBUILD
parent6afaa9ee56de27b81bef0a61f4d4a7cc82a4374b (diff)
{community,testing}/plasma: upgrade to 5.18.3
Diffstat (limited to 'testing/plasma-nano/APKBUILD')
-rw-r--r--testing/plasma-nano/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/plasma-nano/APKBUILD b/testing/plasma-nano/APKBUILD
index b35125c7d27..c31df6bb472 100644
--- a/testing/plasma-nano/APKBUILD
+++ b/testing/plasma-nano/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-nano
-pkgver=5.18.2
+pkgver=5.18.3
pkgrel=0
pkgdesc="A minimal Plasma shell package intended for embedded devices"
arch="all !armhf"
@@ -12,7 +12,7 @@ source="https://download.kde.org/stable/plasma/$pkgver/plasma-nano-$pkgver.tar.x
options="!check" # No tests
build() {
- cmake -B "$builddir"/build \
+ cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
@@ -20,11 +20,11 @@ build() {
}
check() {
- cd "$builddir"/build
+ cd build
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
package() {
DESTDIR="$pkgdir" make -C build install
}
-sha512sums="d320accb3162e1827b316c8e8c8be859bac2f7116c281ac3fbbd619262a70f0e38bd9f106b14b1d24a7f68d8ee7a0b652f97f9e51214e3d6aa8e970fdb7ddacf plasma-nano-5.18.2.tar.xz"
+sha512sums="2327ff1599ada1773b392f151ed5e5eb4232672f23a7e69ff86b160c6fe348b02fdcb7fbeaa3711ce891727931b1964b0116c1aa01176970fe28f02cfe1e7040 plasma-nano-5.18.3.tar.xz"