Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/wayland/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'wayland'
pkgname=wayland
version=1.25.0
version=1.26.0
revision=1
build_style=meson
# "Tests must not be built with NDEBUG defined, they rely on assert()."
Expand All @@ -13,7 +13,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
license="MIT"
homepage="https://wayland.freedesktop.org/"
distfiles="https://gitlab.freedesktop.org/wayland/wayland/-/releases/${version}/downloads/wayland-${version}.tar.xz"
checksum=c065f040afdff3177680600f249727e41a1afc22fccf27222f15f5306faa1f03
checksum=64176eaa46e4969903e286f8e5ef8331affc17fdf03ac9b58381d2b23162b7a3

if [ "$XBPS_CHECK_PKGS" ]; then
configure_args+=" -Dtests=true"
Expand Down