From ca4dd28958e91de882ac2c61be44226b057aa607 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 27 Dec 2020 13:43:44 -0600 Subject: [PATCH 1/2] SDL2: update to 2.0.14. --- srcpkgs/SDL2/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template index 36364dcd248..0f5cf70424b 100644 --- a/srcpkgs/SDL2/template +++ b/srcpkgs/SDL2/template @@ -1,6 +1,6 @@ # Template file for 'SDL2' pkgname=SDL2 -version=2.0.12 +version=2.0.14 revision=1 build_style=gnu-configure configure_args="--enable-alsa --disable-esd --disable-rpath --enable-libudev @@ -14,9 +14,8 @@ maintainer="Orphaned " license="Zlib" homepage="http://www.libsdl.org/" distfiles="http://www.libsdl.org/release/${pkgname}-${version}.tar.gz" -checksum=349268f695c02efbc9b9148a70b85e58cefbbf704abd3e91be654db7f1e2c863 +checksum=d8215b571a581be1332d2106f8036fcb03d12a70bae01e20f424976d275432bc -# Package build options build_options="gles opengl pulseaudio sndio vulkan wayland x11" build_options_default="gles opengl pulseaudio sndio vulkan wayland x11" From ee7adb51367ae5a6bd8f4b9f3ff7fe009b0e5492 Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Sun, 27 Dec 2020 14:55:42 -0600 Subject: [PATCH 2/2] dolphin-emu: rebuild against glew Should fix unresolvable shlib error giving by GH actions --- srcpkgs/dolphin-emu/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/dolphin-emu/template b/srcpkgs/dolphin-emu/template index 0e38d8d25be..a9e6860cd16 100644 --- a/srcpkgs/dolphin-emu/template +++ b/srcpkgs/dolphin-emu/template @@ -1,7 +1,7 @@ # Template file for 'dolphin-emu' pkgname=dolphin-emu version=5.0 -revision=18 +revision=19 archs="x86_64* ppc64le*" wrksrc="dolphin-${version}" build_style=cmake