author | Antonio Rojas
<arojas@archlinux.org> 2024-06-18 14:43:19 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-06-18 14:43:19 UTC |
parent | 65000284b5b8fb60f89b15e0679a207430cf902c |
.SRCINFO | +4 | -4 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO index 2e60b5d..c01e769 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = kwayland-integration pkgdesc = Provides integration plugins for various KDE frameworks for the wayland windowing system - pkgver = 6.0.5 + pkgver = 6.1.0 pkgrel = 1 url = https://kde.org/plasma-desktop/ arch = x86_64 @@ -15,13 +15,13 @@ pkgbase = kwayland-integration depends = qt5-base depends = qt5-wayland depends = wayland - source = https://download.kde.org/stable/plasma/6.0.5/kwayland-integration-6.0.5.tar.xz - source = https://download.kde.org/stable/plasma/6.0.5/kwayland-integration-6.0.5.tar.xz.sig + source = https://download.kde.org/stable/plasma/6.1.0/kwayland-integration-6.1.0.tar.xz + source = https://download.kde.org/stable/plasma/6.1.0/kwayland-integration-6.1.0.tar.xz.sig validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20 - sha256sums = b16df4ad9851242a393874c2d535202973247ddba8be13fd9598be8616a9a045 + sha256sums = 91b95f92f99267952ab954d9d6dd7ef076530073f2d20d40eea2027497d836c8 sha256sums = SKIP pkgname = kwayland-integration diff --git a/PKGBUILD b/PKGBUILD index d1b6499..e3ee866 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer:Antonio Rojas <arojas@archlinux.org> pkgname=kwayland-integration -pkgver=6.0.5 +pkgver=6.1.0 _dirver=$(echo $pkgver | cut -d. -f1-3) pkgrel=1 pkgdesc='Provides integration plugins for various KDE frameworks for the wayland windowing system' @@ -19,7 +19,7 @@ makedepends=(extra-cmake-modules plasma-wayland-protocols wayland-protocols) source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('b16df4ad9851242a393874c2d535202973247ddba8be13fd9598be8616a9a045' +sha256sums=('91b95f92f99267952ab954d9d6dd7ef076530073f2d20d40eea2027497d836c8' 'SKIP') validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr@jriddell.org> '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah@kde.org>