diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-10-30 13:15:27 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-30 11:25:25 -0300 |
commit | dfd9c13746dd0054d82a9e8c22fc08f1a95b115c (patch) | |
tree | eae0cbde6708424c7b860a6e64fe9b0b02a93bed /community/kdecoration | |
parent | b43725f66f1d4d9b83a3021f094b4270450d0092 (diff) | |
download | aports-dfd9c13746dd0054d82a9e8c22fc08f1a95b115c.tar.bz2 aports-dfd9c13746dd0054d82a9e8c22fc08f1a95b115c.tar.xz |
community/plasma: upgrade to 5.17.2
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 84c48239b7..91162d954d 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.1 +pkgver=5.17.2 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="f417a2fa849ef24acc7d39767c8c2ba1e39bfcd5d51bf541f63b15074252da5d8821a0d15a31965abc6097e93426891cbcd07b9b4313cfd42d3a43c22c925a94 kdecoration-5.17.1.tar.xz" +sha512sums="93ab666e0065369c9f75756d067bc5821839749e61baf046ea2bc0542890dca11f8308397e3e89c3557a41ed3a5baddaea3c0935abc300f809eead122a9f0142 kdecoration-5.17.2.tar.xz" |