From d4b2f6007ac7740c5f88864fbd627ebe6a4de842 Mon Sep 17 00:00:00 2001 From: clos3y Date: Thu, 16 Mar 2023 22:08:35 +0000 Subject: [PATCH] glmark2: updated checksum --- srcpkgs/glmark2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/glmark2/template b/srcpkgs/glmark2/template index 8d4aa5f503c1..a2e6fd6d2746 100644 --- a/srcpkgs/glmark2/template +++ b/srcpkgs/glmark2/template @@ -1,7 +1,7 @@ # Template file for 'glmark2' pkgname=glmark2 version=2023.01 -revision=1 +revision=2 build_style=meson configure_args="-Dflavors=$(vopt_if wayland 'wayland-gl,wayland-glesv2,')$(vopt_if x11 'x11-gl,x11-glesv2,')drm-gl,drm-glesv2" hostmakedepends="pkg-config $(vopt_if wayland wayland-devel)" @@ -13,7 +13,7 @@ license="GPL-3.0-or-later" homepage="https://github.com/glmark2/glmark2" changelog="https://raw.githubusercontent.com/glmark2/glmark2/master/NEWS" distfiles="https://github.com/glmark2/glmark2/archive/${version}.tar.gz" -checksum=5479ce8f90fabcfee3b3e8d929f2a68e9669ac223bb4df723963534b47d32dc3 +checksum=8fece3fc323b643644a525be163dc4931a4189971eda1de8ad4c1712c5db3d67 build_options="wayland x11" build_options_default="wayland x11"