Skip to content
Open
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.24.0
version=1.25.0
revision=1
build_style=meson
# "Tests must not be built with NDEBUG defined, they rely on assert()."
Expand All @@ -12,7 +12,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=82892487a01ad67b334eca83b54317a7c86a03a89cfadacfef5211f11a5d0536
checksum=c065f040afdff3177680600f249727e41a1afc22fccf27222f15f5306faa1f03

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