Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
layer-shell-qt
Commits:
318eba5f by Antonio Rojas at 2024-10-08T18:20:33+02:00
upgpkg: 6.2.0-1: Plasma 6.2.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = layer-shell-qt
pkgdesc = Qt component to allow applications to make use of the Wayland
wl-layer-shell protocol
- pkgver = 6.1.5
- pkgrel = 3
+ pkgver = 6.2.0
+ pkgrel = 1
url = https://kde.org/plasma-desktop/
arch = x86_64
groups = plasma
@@ -15,13 +15,13 @@ pkgbase = layer-shell-qt
depends = qt6-wayland
depends = wayland
optdepends = qt6-declarative: QML bindings
- source =
https://download.kde.org/stable/plasma/6.1.5/layer-shell-qt-6.1.5.tar.xz
- source =
https://download.kde.org/stable/plasma/6.1.5/layer-shell-qt-6.1.5.tar.xz.sig
+ source =
https://download.kde.org/stable/plasma/6.2.0/layer-shell-qt-6.2.0.tar.xz
+ source =
https://download.kde.org/stable/plasma/6.2.0/layer-shell-qt-6.2.0.tar.xz.sig
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
- sha256sums =
d11cb55f75d6eb8904e48cd096857043a6da9900b1c34b7ac5716e6e46f0ed32
+ sha256sums =
5390d178e7f6516d691edaa85fce9cbccfe060cea573abc650bb4066878eb2fe
sha256sums = SKIP
pkgname = layer-shell-qt
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=layer-shell-qt
-pkgver=6.1.5
+pkgver=6.2.0
_dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=3
+pkgrel=1
pkgdesc='Qt component to allow applications to make use of the Wayland
wl-layer-shell protocol'
arch=(x86_64)
url='https://kde.org/plasma-desktop/'
@@ -18,7 +18,7 @@ makedepends=(extra-cmake-modules
optdepends=('qt6-declarative: QML bindings')
groups=(plasma)
source=(https://download.kde.org/stable/plasma/$_dirver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('d11cb55f75d6eb8904e48cd096857043a6da9900b1c34b7ac5716e6e46f0ed32'
+sha256sums=('5390d178e7f6516d691edaa85fce9cbccfe060cea573abc650bb4066878eb2fe'
'SKIP')
validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan
Esk-Riddell <[email protected]>
'0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/layer-shell-qt/-/commit/318eba5f3c8f7816075b4d38af7a74180a803141
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/layer-shell-qt/-/commit/318eba5f3c8f7816075b4d38af7a74180a803141
You're receiving this email because of your account on gitlab.archlinux.org.