Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
kwayland5
Commits:
8fa5f3fe by Antonio Rojas at 2023-12-02T21:58:36+01:00
Update to 5.113.0
- - - - -
68aed548 by Antonio Rojas at 2023-12-14T22:27:52+01:00
upgpkg: 5.113.0-1: Update to 5.113.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = kwayland5
pkgdesc = Qt-style Client and Server library wrapper for the Wayland
libraries
- pkgver = 5.112.0
+ pkgver = 5.113.0
pkgrel = 1
url = https://www.kde.org
arch = x86_64
@@ -15,10 +15,10 @@ pkgbase = kwayland5
depends = qt5-wayland
conflicts = kwayland<5.111
replaces = kwayland<5.111
- source =
https://download.kde.org/stable/frameworks/5.112/kwayland-5.112.0.tar.xz
- source =
https://download.kde.org/stable/frameworks/5.112/kwayland-5.112.0.tar.xz.sig
+ source =
https://download.kde.org/stable/frameworks/5.113/kwayland-5.113.0.tar.xz
+ source =
https://download.kde.org/stable/frameworks/5.113/kwayland-5.113.0.tar.xz.sig
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
- sha256sums =
099cdeebd6000a7ce18972965fc467e34f540ca4006bf36668323d983a79f75b
+ sha256sums =
0ff378e955711f1321779474cb5d8052fc249db55f8642fc2d03e1b0c8dfd0aa
sha256sums = SKIP
pkgname = kwayland5
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_name=kwayland
pkgname=${_name}5
-pkgver=5.112.0
+pkgver=5.113.0
pkgrel=1
pkgdesc='Qt-style Client and Server library wrapper for the Wayland libraries'
arch=(x86_64)
@@ -16,7 +16,7 @@ conflicts=("$_name<5.111")
replaces=("$_name<5.111")
groups=(kf5)
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$_name-$pkgver.tar.xz{,.sig})
-sha256sums=('099cdeebd6000a7ce18972965fc467e34f540ca4006bf36668323d983a79f75b'
+sha256sums=('0ff378e955711f1321779474cb5d8052fc249db55f8642fc2d03e1b0c8dfd0aa'
'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kwayland5/-/compare/35038856aed6e31e000c18279b9d351858d4ac28...68aed548f3923182db9c2ca8320541300f08cdcd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/kwayland5/-/compare/35038856aed6e31e000c18279b9d351858d4ac28...68aed548f3923182db9c2ca8320541300f08cdcd
You're receiving this email because of your account on gitlab.archlinux.org.