diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-12-16 13:22:14 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-17 05:53:21 +0100 |
commit | 8d7ffaad90077c3f0321f03fe0febfb791e9e7fa (patch) | |
tree | 983b88bc6643c9778aeda60406d6cdbf16bdb6ab /community/kdecoration | |
parent | 456eeadbbc8be33add6050618ff5a910ca87e247 (diff) | |
download | aports-8d7ffaad90077c3f0321f03fe0febfb791e9e7fa.tar.bz2 aports-8d7ffaad90077c3f0321f03fe0febfb791e9e7fa.tar.xz |
community/plasma: upgrade to 5.17.4
Diffstat (limited to 'community/kdecoration')
-rw-r--r-- | community/kdecoration/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kdecoration/APKBUILD b/community/kdecoration/APKBUILD index 9c84e4a025..f7d6e5993f 100644 --- a/community/kdecoration/APKBUILD +++ b/community/kdecoration/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kdecoration -pkgver=5.17.3 +pkgver=5.17.4 pkgrel=0 pkgdesc="Plugin based library to create window decorations" arch="all" @@ -37,4 +37,4 @@ package() { cd "$builddir"/build DESTDIR="$pkgdir" make install } -sha512sums="9fb991c2171779ba4276201bc1d7f97621b4552b536a5da4dc6014a794d41fd04c68c691599b498ddd5701626a4b77da39d98cd7a29c3ba80d803710504a7935 kdecoration-5.17.3.tar.xz" +sha512sums="ec3c5a53711b320934a2fe16347ea9f96acf1deab6b15716bf3f3b8c59e9c4cff05f5e980a13e42d357a1ce3bace7d9ed5878a9eadb982ff04fd8399b2a78d86 kdecoration-5.17.4.tar.xz" |