From ab7a04f0d49916e70c996d03a4bda31584bc8465 Mon Sep 17 00:00:00 2001 From: Matthew Beaudoin Date: Wed, 1 Nov 2023 14:49:16 +0100 Subject: [PATCH] retroarch: update to 1.16.0.3. --- srcpkgs/retroarch/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template index 45b02597de41a..952beb3b6e130 100644 --- a/srcpkgs/retroarch/template +++ b/srcpkgs/retroarch/template @@ -1,7 +1,7 @@ # Template file for 'retroarch' pkgname=retroarch -version=1.15.0 -revision=4 +version=1.16.0.3 +revision=1 build_style=configure configure_args="--prefix=/usr --sysconfdir=/etc --enable-networking --enable-udev --disable-builtinflac --disable-builtinglslang @@ -24,7 +24,7 @@ license="GPL-3.0-or-later" homepage="https://www.retroarch.com/" changelog="https://raw.githubusercontent.com/libretro/RetroArch/master/CHANGES.md" distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz" -checksum=3d3da8c1613820ce4b9360df794d36fd0f7ff902ae164936145a1d4f9e1014db +checksum=556aaec4afebd901d9f252181256bb1a2a91606c5eabb432927320f5e67a2c61 build_options="ffmpeg flac glcore gles2 glslang jack neon pulseaudio qt5 sdl2 vulkan wayland x11" build_options_default="ffmpeg flac glcore glslang pulseaudio sdl2 vulkan wayland x11"