diff --git a/protonup-qt/alr.sh b/protonup-qt/alr.sh index fdd655c..f1e7382 100644 --- a/protonup-qt/alr.sh +++ b/protonup-qt/alr.sh @@ -1,7 +1,10 @@ name='protonup-qt' -version='2.9.2' -release='3' -desc='GUI for installing and updating Proton-GE for Steam and Wine-based compatibility tools like Wine-GE for Lutris. Partly based on protonup.' +version='2.11.1' +release='1' +desc='GUI for installing and updating Proton-GE for Steam and Wine-based compatibility tools like Wine-GE for Lutris.\ + Partly based on protonup.' +desc_ru='Графический интерфейс для установки и обновления Proton-GE для Steam и инструментов совместимости на основе\ + Wine, таких как Wine-GE для Lutris. Частично основан на protonup.' homepage='https://github.com/DavidoTek/ProtonUp-Qt' maintainer="Евгений Храмов " architectures=('amd64') @@ -9,12 +12,73 @@ licenses='GPLv3' provides=('protonup-qt') conflicts=('protonup-qt') -deps_arch=('pyside6' 'python-inputs' 'python-psutil' 'python-requests' 'python-setproctitle' 'python-steam' 'python-vdf' 'python-pyxdg' 'python-pyaml' 'qt6-tools') -build_deps_arch=('python3-build' 'python-setuptools' 'python-wheel') -build_deps_redos=('python3-build' 'python3-installer' 'python3-setuptools' 'python3-steam' 'python3-zstandard' 'python3-wheel') -deps_rosa=('python3-psutil' 'python3-requests' 'python3-setproctitle' 'python3-pyxdg' 'qt6-qttools') -build_deps_rosa=('python3-build' 'python3-setuptools' 'python3-wheel' 'python3-pip') -#deps=('') +deps=( + 'python3-inputs' + 'python3-psutil' + 'python3-requests' + 'python3-setproctitle' + 'python3-steam' + 'python3-vdf' + 'python3-pyxdg' + 'python3-pyaml' + 'qt6-tools' +) +deps_arch=( + 'pyside6' + 'python-inputs' + 'python-psutil' + 'python-requests' + 'python-setproctitle' + 'python-steam' + 'python-vdf' + 'python-pyxdg' + 'python-pyaml' + 'qt6-tools' +) + +build_deps=( + 'python3-build' + 'python3-installer' + 'python3-setuptools' + 'python3-wheel' +) +build_deps_arch=( + 'python-build' + 'python-installer' + 'python-setuptools' + 'python-wheel' +) + +opt_deps=( + 'dosbox: требуется для Boxtron' + 'git: требуется для SteamTinkerLaunch' + 'inotify-tools: требуется для Boxtron и Roberta' + 'scummvm: требуется для Roberta' + 'timidity++: требуется для Boxtron' + 'unzip: требуется для SteamTinkerLaunch' + 'wget: требуется для SteamTinkerLaunch' + 'xdotool: требуется для SteamTinkerLaunch' + 'xorg-xprop: требуется для SteamTinkerLaunch' + 'xorg-xrandr: требуется для SteamTinkerLaunch' + 'xorg-xwininfo: требуется для SteamTinkerLaunch' + 'xxd: требуется для SteamTinkerLaunch' + 'yad: требуется для SteamTinkerLaunch' +) +opt_deps_arch=( + 'dosbox: требуется для Boxtron' + 'git: требуется для SteamTinkerLaunch' + 'inotify-tools: требуется для Boxtron и Roberta' + 'scummvm: требуется для Roberta' + 'timidity++: требуется для Boxtron' + 'unzip: требуется для SteamTinkerLaunch' + 'wget: требуется для SteamTinkerLaunch' + 'xdotool: требуется для SteamTinkerLaunch' + 'xorg-xprop: требуется для SteamTinkerLaunch' + 'xorg-xrandr: требуется для SteamTinkerLaunch' + 'xorg-xwininfo: требуется для SteamTinkerLaunch' + 'xxd: требуется для SteamTinkerLaunch' + 'yad: требуется для SteamTinkerLaunch' +) sources=("https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v${version}.tar.gz") checksums=('SKIP')