aboutsummaryrefslogtreecommitdiffstats
path: root/community/plasma-nm
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 /community/plasma-nm
parent6afaa9ee56de27b81bef0a61f4d4a7cc82a4374b (diff)
downloadaports-79494622b0c70e1b0845fe2625df3991ef9df6d6.tar.bz2
aports-79494622b0c70e1b0845fe2625df3991ef9df6d6.tar.xz
{community,testing}/plasma: upgrade to 5.18.3
Diffstat (limited to 'community/plasma-nm')
-rw-r--r--community/plasma-nm/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/plasma-nm/APKBUILD b/community/plasma-nm/APKBUILD
index fec3a0b32d..fe443ce0ed 100644
--- a/community/plasma-nm/APKBUILD
+++ b/community/plasma-nm/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-nm
-pkgver=5.18.2
+pkgver=5.18.3
pkgrel=0
pkgdesc="Plasma applet written in QML for managing network connections"
arch="all !armhf" # armhf blocked by qt5-qtdeclarative
@@ -13,7 +13,7 @@ source="https://download.kde.org/stable/plasma/$pkgver/plasma-nm-$pkgver.tar.xz"
subpackages="$pkgname-lang $pkgname-mobile"
build() {
- cmake -B "$builddir"/build \
+ cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
@@ -22,7 +22,7 @@ build() {
}
check() {
- cd "$builddir"/build
+ cd build
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
@@ -44,4 +44,4 @@ mobile() {
"$pkgdir"/usr/share/kservices5/wifisettings.desktop \
"$subpkgdir"/usr/share/kservices5/
}
-sha512sums="efb126d690ba1460d6c58cc96fb0f5a533b3846bdd11898ee96be23a311a1bee651f1b9df5ea2a1d24248a12baa80a1d0765d3a5a3d4672b4bfa8fad268432a5 plasma-nm-5.18.2.tar.xz"
+sha512sums="d95a908adf92c21b3eea1561cbebbf241540684afdf3e54c74a7fc6a5198f2c6a3c944f394fd634503b3b51175c65a93a012a9da72712dbe08964ab128a92eca plasma-nm-5.18.3.tar.xz"