diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-07-12 00:24:13 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-07-11 19:45:32 -0300 |
commit | 6f8ea500006730ff5108378917be57dea5883ee3 (patch) | |
tree | d1dcbea9484a94697b58df5e4ad7b38ed8774331 /testing/kdecoration | |
parent | 1f9e8008f83a8583072f3d8b9c5bee1c3a4cfe55 (diff) | |
download | aports-6f8ea500006730ff5108378917be57dea5883ee3.tar.bz2 aports-6f8ea500006730ff5108378917be57dea5883ee3.tar.xz |
testing/plasma*: update to 5.16.3
Diffstat (limited to 'testing/kdecoration')
-rw-r--r-- | testing/kdecoration/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kdecoration/APKBUILD b/testing/kdecoration/APKBUILD index 92f74c7794..4757538cff 100644 --- a/testing/kdecoration/APKBUILD +++ b/testing/kdecoration/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=kdecoration -pkgver=5.16.2 +pkgver=5.16.3 pkgrel=0 pkgdesc="Plugin based library to create window decorations" arch="all" @@ -28,4 +28,4 @@ check() { package() { DESTDIR="$pkgdir" make install } -sha512sums="e1c3d9dead0e277759d0e256b9297cb9eb1a58067ac76709e094edb606f78fcf3af1064214dd7561336b28bf49e0d14bd3d1f72e53d215780eaea90ff72db56e kdecoration-5.16.2.tar.xz" +sha512sums="2c64fcf79bc14f8942d349b90a3c49009014802049f74d9e12a5cace351796090b2e4b916149cd810f25eb989d393cf39c0379803b2d440f053c72a9f83d65f3 kdecoration-5.16.3.tar.xz" |