diff options
Diffstat (limited to 'games/RetroArch/RetroArch.SlackBuild')
-rw-r--r-- | games/RetroArch/RetroArch.SlackBuild | 23 |
1 files changed, 2 insertions, 21 deletions
diff --git a/games/RetroArch/RetroArch.SlackBuild b/games/RetroArch/RetroArch.SlackBuild index e0cdfc6947..861886605d 100644 --- a/games/RetroArch/RetroArch.SlackBuild +++ b/games/RetroArch/RetroArch.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=RetroArch -VERSION=${VERSION:-1.7.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.7.5} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -123,25 +123,6 @@ sed -e "s|# audio_filter_dir =|audio_filter_dir = ${filter_dir}/audio|" \ -e "$SED_CORE;$SED_INFO;$SED_MENU" \ -i retroarch.cfg -# Update libretro-common -# https://github.com/libretro/RetroArch/commit/7c22f265b8928aca6e5706ab3a8bab2de0e24b8c -# https://github.com/libretro/libretro-common/pull/84 -# https://github.com/libretro/RetroArch/issues/6889 -patch -p1 < $CWD/libretro.patch - -# 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 - -# revert #7156 -# https://github.com/libretro/RetroArch/commit/64459bda3a8add5c5e679b3fa4d1fd4cd7796233 -# https://github.com/libretro/RetroArch/commit/dd9db4140304c480745f7f344ff67041bdd2c9ad -# https://github.com/libretro/RetroArch/pull/7162 -# https://github.com/libretro/RetroArch/pull/7163 -patch -p1 < $CWD/savestates.patch - # Set $lib to a portable array eval "set -- $lib" |