diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-11-12 18:40:02 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-14 16:32:37 -0300 |
commit | 7b0fe467ed5a9f092ac9a2d9cdf5c7478fc0d49e (patch) | |
tree | d0749e37523ea882139e0d26887dda24087c511e /community/kwayland-integration | |
parent | a0fd3558160588a9f593c949fc7b0071ab071e7a (diff) | |
download | aports-7b0fe467ed5a9f092ac9a2d9cdf5c7478fc0d49e.tar.bz2 aports-7b0fe467ed5a9f092ac9a2d9cdf5c7478fc0d49e.tar.xz |
community/kde-plasma: upgrade to 5.17.3
Diffstat (limited to 'community/kwayland-integration')
-rw-r--r-- | community/kwayland-integration/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/kwayland-integration/APKBUILD b/community/kwayland-integration/APKBUILD index 4c094f3263..2a1132ddf2 100644 --- a/community/kwayland-integration/APKBUILD +++ b/community/kwayland-integration/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Bhushan Shah <bshah@kde.org> # Maintainer: Bhushan Shah <bshah@kde.org> pkgname=kwayland-integration -pkgver=5.17.2 +pkgver=5.17.3 pkgrel=0 pkgdesc="KWayland integration" url="https://www.kde.org/workspaces/plasmadesktop/" @@ -32,4 +32,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="d10c2973ec6eae1283be31a15ab977948430a458f535d3ce9760f6d73f2254e96a743a7e59185782a99d39e37099edd33a319402f1dd17aa18ef98f5fbb0e9a5 kwayland-integration-5.17.2.tar.xz" +sha512sums="2f3fc450d513bb26cbc9d2c3904fdc3822df54be2e15a16f402efa9b945eed0825ed45012612d70335163f41e213e63136b11bf82dbac543d195eeffd9cb1fb1 kwayland-integration-5.17.3.tar.xz" |