From da0e5c8a9f0571679926e49c71281a4ac6953c09 Mon Sep 17 00:00:00 2001 From: Kron4ek Date: Sun, 28 Nov 2021 16:43:50 +0500 Subject: [PATCH] Replace wine-tkg with wine-staging The wine-tkg-staging package from the Chaotic-AUR repo currently hangs on prefix creation, so it's better to replace it with regular wine-staging for now. I will probably revert this change when the issue is resolved. --- create-arch-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-arch-bootstrap.sh b/create-arch-bootstrap.sh index 078079c..8c6d82e 100755 --- a/create-arch-bootstrap.sh +++ b/create-arch-bootstrap.sh @@ -106,7 +106,7 @@ video_pkgs="mesa lib32-mesa vulkan-radeon lib32-vulkan-radeon \ libva-intel-driver lib32-libva-intel-driver intel-media-driver \ mesa-demos vulkan-tools nvidia-prime libva-utils" -wine_pkgs="wine-tkg-staging-fsync-git winetricks-git wine-nine wineasio \ +wine_pkgs="wine-staging winetricks-git wine-nine wineasio \ giflib lib32-giflib libpng lib32-libpng libldap lib32-libldap \ gnutls lib32-gnutls mpg123 lib32-mpg123 openal lib32-openal \ v4l-utils lib32-v4l-utils libpulse lib32-libpulse alsa-plugins \