diff --git a/portproton/lure.sh b/portproton/lure.sh index 4e5aed3..86a844b 100644 --- a/portproton/lure.sh +++ b/portproton/lure.sh @@ -8,7 +8,7 @@ licenses='MIT' provides='portproton' conflicts='portproton' -deps_redos=('bubblewrap' 'cabextract' 'curl' 'icoutils' 'vulkan-loader' 'vulkan-tools' 'wget' 'zenity' 'zstd') +deps_redos=('bubblewrap' 'cabextract' 'curl' 'icoutils' 'vulkan-loader' 'vulkan-loader.i6861' 'vulkan-tools' 'wget' 'zenity' 'zstd') deps_arch=('bash' 'icoutils' 'wget' 'bubblewrap' 'zstd' 'cabextract' 'bc' 'tar' 'openssl' 'gamemode' 'desktop-file-utils'\ 'curl' 'dbus' 'freetype2' 'gdk-pixbuf2' 'ttf-font' 'zenity' 'lsb-release' 'nss' 'xorg-xrandr' 'vulkan-driver' 'vulkan-icd-loader'\ 'lsof' 'lib32-freetype2' 'lib32-libgl' 'lib32-gcc-libs' 'lib32-libx11' 'lib32-libxss' 'lib32-alsa-plugins' 'lib32-libgpg-error' \ diff --git a/portproton/preinstall.sh b/portproton/preinstall.sh deleted file mode 100644 index 02d1633..0000000 --- a/portproton/preinstall.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash -if grep -q ID=debian "/etc/os-release"; then -sudo dpkg --add-architecture i386 -sudo apt-get install libvulkan1:i386 -sudo apt-get update -elif grep -q ID=fedora "/etc/os-release"; then -sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -fi