From 6ad91ac0261eb46b65f0fdce91e47ec9eb1595e3 Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Fri, 1 Jul 2022 00:30:33 +0200 Subject: [PATCH] wayland: update to 1.21.0. --- srcpkgs/wayland/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/wayland/template b/srcpkgs/wayland/template index 5ea25eaad1ce..697663da10f8 100644 --- a/srcpkgs/wayland/template +++ b/srcpkgs/wayland/template @@ -1,18 +1,18 @@ # Template file for 'wayland' pkgname=wayland -version=1.20.0 +version=1.21.0 revision=1 build_style=meson # "Tests must not be built with NDEBUG defined, they rely on assert()." configure_args="-Ddocumentation=false -Db_ndebug=false" hostmakedepends="flex pkg-config" makedepends="expat-devel libffi-devel libfl-devel libxml2-devel" -short_desc="Wayland protocol compositor" +short_desc="Core Wayland window system code and protocol" maintainer="Érico Nogueira " license="MIT" homepage="https://wayland.freedesktop.org/" -distfiles="https://wayland.freedesktop.org/releases/wayland-${version}.tar.xz" -checksum=b8a034154c7059772e0fdbd27dbfcda6c732df29cae56a82274f6ec5d7cd8725 +distfiles="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${version}/downloads/wayland-${version}.tar.xz" +checksum=6dc64d7fc16837a693a51cfdb2e568db538bfdc9f457d4656285bb9594ef11ac if [ "$CROSS_BUILD" ]; then hostmakedepends+=" wayland-devel"