#I want sdl but its downloading sdl compact
4 messages · Page 1 of 1 (latest)
(1/1) Arming ConditionNeedsUpdate...
❯ sudo pacman -S sdl2 --overwrite '*'
warning: sdl2-compat-2.32.68-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) sdl2-compat-2.32.68-1
Total Installed Size: 3.08 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring [#############################################################################] 100%
(1/1) checking package integrity [#############################################################################] 100%
(1/1) loading package files [#############################################################################] 100%
(1/1) checking for file conflicts [#############################################################################] 100%
(1/1) checking available disk space [#############################################################################] 100%
:: Processing package changes...
(1/1) reinstalling sdl2-compat [#############################################################################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
i tried it normally without overwrite but still didnt work
its in the AUR. install yay (https://github.com/jguer/yay):
sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si
then yay -S sdl2 to install sdl2