doomretro: recompile with newer SDL2

This fixes the following error:

The wrong version of SDL2_image.so was found. DOOM Retro requires
v2.6.3.

Closes: #49508 [via git-merge-pr]
This commit is contained in:
meator 2024-03-24 20:05:27 +01:00 committed by classabbyamp
parent 3600b23ae9
commit 4c39394f04
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,7 +1,7 @@
# Template file for 'doomretro'
pkgname=doomretro
version=5.2.1
revision=1
revision=2
build_style=cmake
hostmakedepends="pkg-config"
makedepends="SDL2_image-devel SDL2_mixer-devel"