Tomaz Canabrava pushed to branch main at Arch Linux / Packaging / Packages /
layer-shell-qt
Commits:
2151ad7a by Tomaz Canabrava at 2024-09-10T19:28:54+02:00
Update to 6.1.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = layer-shell-qt
pkgdesc = Qt component to allow applications to make use of the Wayland
wl-layer-shell protocol
- pkgver = 6.1.4
+ pkgver = 6.0.90
pkgrel = 2
url = https://kde.org/plasma-desktop/
arch = x86_64
@@ -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.4/layer-shell-qt-6.1.4.tar.xz
- source =
https://download.kde.org/stable/plasma/6.1.4/layer-shell-qt-6.1.4.tar.xz.sig
+ source =
https://download.kde.org/unstable/plasma/6.0.90/layer-shell-qt-6.0.90.tar.xz
+ source =
https://download.kde.org/unstable/plasma/6.0.90/layer-shell-qt-6.0.90.tar.xz.sig
validpgpkeys = E0A3EB202F8E57528E13E72FD7574483BB57B18D
validpgpkeys = 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D
validpgpkeys = D07BD8662C56CB291B316EB2F5675605C74E02CF
validpgpkeys = 1FA881591C26B276D7A5518EEAAF29B42A678C20
- sha256sums =
6239d2dc6bef5386b948ec2180202a18f75e23f37902c2d7410fb3811dfb3268
+ sha256sums =
4a5188f51d9a65784dbf27a1e5c9c1ef028597d5d02acd6d52fcecd6242a796f
sha256sums = SKIP
pkgname = layer-shell-qt
=====================================
PKGBUILD
=====================================
@@ -1,9 +1,9 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=layer-shell-qt
-pkgver=6.1.4
+pkgver=6.1.5
_dirver=$(echo $pkgver | cut -d. -f1-3)
-pkgrel=2
+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=('6239d2dc6bef5386b948ec2180202a18f75e23f37902c2d7410fb3811dfb3268'
+sha256sums=('d11cb55f75d6eb8904e48cd096857043a6da9900b1c34b7ac5716e6e46f0ed32'
'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/2151ad7a21fe4a7f7a9aff42f8192d74e9709e63
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/layer-shell-qt/-/commit/2151ad7a21fe4a7f7a9aff42f8192d74e9709e63
You're receiving this email because of your account on gitlab.archlinux.org.