diff options
Diffstat (limited to 'games/RetroArch/RetroArch.SlackBuild')
-rw-r--r-- | games/RetroArch/RetroArch.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/RetroArch/RetroArch.SlackBuild b/games/RetroArch/RetroArch.SlackBuild index 34df41bebf2c..e0cdfc6947e0 100644 --- a/games/RetroArch/RetroArch.SlackBuild +++ b/games/RetroArch/RetroArch.SlackBuild @@ -24,7 +24,7 @@ PRGNAM=RetroArch VERSION=${VERSION:-1.7.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -129,9 +129,9 @@ sed -e "s|# audio_filter_dir =|audio_filter_dir = ${filter_dir}/audio|" \ # https://github.com/libretro/RetroArch/issues/6889 patch -p1 < $CWD/libretro.patch -# Revert: sort config file variables -# https://github.com/libretro/RetroArch/commit/62e89974afbb6628344fb084c50712bfab4419de -# https://github.com/libretro/RetroArch/pull/6998 +# Update config entries pointer to the new beginning of the list after sorting +# https://github.com/libretro/RetroArch/commit/9da261c6d9a3f276e44c7f1999aef4fc758cbafd +# https://github.com/libretro/RetroArch/pull/7178 # https://github.com/libretro/RetroArch/issues/7160 patch -p1 < $CWD/etc.patch |