diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-06-25 16:29:05 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-25 15:04:12 -0300 |
commit | 44b00128cdf9493d8c2bd0e4111f4eec29ec4260 (patch) | |
tree | 34f010d90dec2c1fa9fedad037a602886b42bcb5 /testing/plasma-integration | |
parent | 056a98378f3b63287dc8e13cd06a11a5f2aa4884 (diff) | |
download | aports-44b00128cdf9493d8c2bd0e4111f4eec29ec4260.tar.bz2 aports-44b00128cdf9493d8c2bd0e4111f4eec29ec4260.tar.xz |
testing/plasma*: update to 5.16.2
Diffstat (limited to 'testing/plasma-integration')
-rw-r--r-- | testing/plasma-integration/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/plasma-integration/APKBUILD b/testing/plasma-integration/APKBUILD index 571049c20f..80d2457b97 100644 --- a/testing/plasma-integration/APKBUILD +++ b/testing/plasma-integration/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=plasma-integration -pkgver=5.16.1 -pkgrel=1 +pkgver=5.16.2 +pkgrel=0 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces" arch="all" url="https://www.kde.org/workspaces/plasmadesktop/" @@ -31,4 +31,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="427697f72e56f2727cafc2e70a50c0d2b9497aaea6b2f5806707242499534f15fb0c1ffae6def513ad2671673099824e242043d222dba84a17287f21bebeb437 plasma-integration-5.16.1.tar.xz" +sha512sums="0fcf0b6e0e5ede1a59c7bfa984d4237352eede23b5dae7d59c9fce624e7deda6b819f35c0ffc49d7dcf9fd32b908be20dfa808d8bd77ee84f31ed94f7442f0bb plasma-integration-5.16.2.tar.xz" |