Skip to content

Commit

Permalink
temporarily downgrade retroarch
Browse files Browse the repository at this point in the history
  • Loading branch information
alkazar committed Jun 26, 2021
1 parent 6b4a651 commit 92e98b3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions manifest
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,12 @@ postinstallhook() {
curl -L -O https://raw.githubusercontent.com/berarma/oversteer/master/data/udev/99-thrustmaster-wheel-perms.rules
popd

# revert libusb due to https://github.com/medusalix/xow/issues/141
# downgrade libusb due to https://github.com/medusalix/xow/issues/141
curl -L -O https://archive.archlinux.org/repos/2021/01/12/core/os/x86_64/libusb-1.0.23-3-x86_64.pkg.tar.zst
pacman --noconfirm -U libusb-1.0.23-3-x86_64.pkg.tar.zst
rm libusb-1.0.23-3-x86_64.pkg.tar.zst

# downgrade retroarch due to https://github.com/libretro/RetroArch/issues/12577
curl -L -O https://archive.archlinux.org/repos/2021/06/07/community/os/x86_64/retroarch-1.9.3-1-x86_64.pkg.tar.zst

pacman --noconfirm -U *.pkg.tar.zst
rm *.pkg.tar.zst
}

0 comments on commit 92e98b3

Please sign in to comment.