From ef00a109dbcf92fb68cecfa51419ff15a27ce870 Mon Sep 17 00:00:00 2001 From: rj1 Date: Thu, 18 Aug 2022 22:42:28 -0500 Subject: [PATCH 1/2] wayland-protocols: update to 1.26 --- srcpkgs/wayland-protocols/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/wayland-protocols/template b/srcpkgs/wayland-protocols/template index 8f54aca510ab..041871e8ef43 100644 --- a/srcpkgs/wayland-protocols/template +++ b/srcpkgs/wayland-protocols/template @@ -1,6 +1,6 @@ # Template file for 'wayland-protocols' pkgname=wayland-protocols -version=1.25 +version=1.26 revision=1 build_style=meson hostmakedepends="pkg-config wayland-devel" @@ -10,7 +10,7 @@ maintainer="Isaac Freund " license="MIT" homepage="https://wayland.freedesktop.org" distfiles="https://github.com/wayland-project/wayland-protocols/archive/${version}.tar.gz" -checksum=4326e2b5e04e459ab4522e83e19bff101a3faf9b085bcf46b6cabbd392cc4458 +checksum=fe56386f436a84e97c3b6a61b76306f205a64425900f247ad0048174b9c32d4d post_install() { vlicense COPYING From 51f5045f79ea7afcc5bce4c33a430cba15c40a9d Mon Sep 17 00:00:00 2001 From: rj-won <98535045+rj-won@users.noreply.github.com> Date: Sun, 21 Aug 2022 14:34:48 -0500 Subject: [PATCH 2/2] Update srcpkgs/wayland-protocols/template Co-authored-by: classabbyamp <5366828+classabbyamp@users.noreply.github.com> --- srcpkgs/wayland-protocols/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/wayland-protocols/template b/srcpkgs/wayland-protocols/template index 041871e8ef43..141844c55acb 100644 --- a/srcpkgs/wayland-protocols/template +++ b/srcpkgs/wayland-protocols/template @@ -9,7 +9,7 @@ short_desc="Protocols and extensions complementing the Wayland core protocol" maintainer="Isaac Freund " license="MIT" homepage="https://wayland.freedesktop.org" -distfiles="https://github.com/wayland-project/wayland-protocols/archive/${version}.tar.gz" +distfiles="https://gitlab.freedesktop.org/wayland/wayland-protocols/-/archive/${version}/wayland-protocols-${version}.tar.gz" checksum=fe56386f436a84e97c3b6a61b76306f205a64425900f247ad0048174b9c32d4d post_install() {