diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-02-25 22:03:29 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-25 22:34:07 -0300 |
commit | 9d671d403a281380646fbf91c735313eab4521c7 (patch) | |
tree | d9626532ea525914b589b51154289ab30e1624c3 /community/plasma-desktop/APKBUILD | |
parent | 24924763d56dd80da5430746a238868ab6cc20d5 (diff) | |
download | aports-9d671d403a281380646fbf91c735313eab4521c7.tar.bz2 aports-9d671d403a281380646fbf91c735313eab4521c7.tar.xz |
community/plasma: upgrade to 5.18.2
Diffstat (limited to 'community/plasma-desktop/APKBUILD')
-rw-r--r-- | community/plasma-desktop/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/plasma-desktop/APKBUILD b/community/plasma-desktop/APKBUILD index c83adb7e2b..63424deac6 100644 --- a/community/plasma-desktop/APKBUILD +++ b/community/plasma-desktop/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-desktop -pkgver=5.18.1 -pkgrel=1 +pkgver=5.18.2 +pkgrel=0 pkgdesc="KDE Plasma Desktop" # s390x blocked by ibus # armhf blocked by qt5-qtdeclarative @@ -81,4 +81,4 @@ knetattach() { cd "$builddir"/build/knetattach DESTDIR="$subpkgdir" make install } -sha512sums="d0c3057f48dd5ce0d7d4a5a5931f58b879325a426107356fd618c9eea5fc3837ebef2635ac930c11d3061e3adf5c40deefdff8a38e7ca2e09f594acc02b5cc77 plasma-desktop-5.18.1.tar.xz" +sha512sums="3f850eb9ab6f7a7ee86b11d024a0e9c5552fbfb24a17502bca141bd01e52a99a509e64669abd708ec7a2617fcbb5c65eaa401084388a812785573ed1c5f9c097 plasma-desktop-5.18.2.tar.xz" |