Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / wayland-protocols
Commits:
7be25fbd by Jan Alexander Steffens (heftig) at 2024-05-05T16:10:15+02:00
1.36-1
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,17 @@
pkgbase = wayland-protocols
pkgdesc = Specifications of extended Wayland protocols
- pkgver = 1.35
+ pkgver = 1.36
pkgrel = 1
url = https://wayland.freedesktop.org/
arch = any
license = MIT
makedepends = wayland
makedepends = meson
- source =
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.35/downloads/wayland-protocols-1.35.tar.xz
- source =
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.35/downloads/wayland-protocols-1.35.tar.xz.sig
+ source =
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.36/downloads/wayland-protocols-1.36.tar.xz
+ source =
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/releases/1.36/downloads/wayland-protocols-1.36.tar.xz.sig
validpgpkeys = 8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A
validpgpkeys = A66D805F7C9329B4C5D82767CCC4F07FAC641EFF
- sha256sums =
37a2716a28133dc819341c568a29d21e8cb72130e5c126a1fcfc9f42c23d95ab
+ sha256sums =
71fd4de05e79f9a1ca559fac30c1f8365fa10346422f9fe795f74d77b9ef7e92
sha256sums = SKIP
pkgname = wayland-protocols
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[wayland-protocols]
+source = "git"
+git = "https://gitlab.freedesktop.org/wayland/wayland-protocols.git"
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Sébastien Luttringer <[email protected]>
pkgname=wayland-protocols
-pkgver=1.35
+pkgver=1.36
pkgrel=1
pkgdesc='Specifications of extended Wayland protocols'
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('wayland' 'meson')
validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A' # Jonas Ådahl
'A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone
source=("https://gitlab.freedesktop.org/wayland/$pkgname/-/releases/$pkgver/downloads/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('37a2716a28133dc819341c568a29d21e8cb72130e5c126a1fcfc9f42c23d95ab'
+sha256sums=('71fd4de05e79f9a1ca559fac30c1f8365fa10346422f9fe795f74d77b9ef7e92'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wayland-protocols/-/commit/7be25fbde9b172623cd97eeed34ccce70e9e2eb3
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/wayland-protocols/-/commit/7be25fbde9b172623cd97eeed34ccce70e9e2eb3
You're receiving this email because of your account on gitlab.archlinux.org.