diff --git a/protonup-qt/alr.sh b/protonup-qt/alr.sh index ab843cd..5819f26 100644 --- a/protonup-qt/alr.sh +++ b/protonup-qt/alr.sh @@ -1,6 +1,6 @@ name='protonup-qt' version='2.9.2' -release='1' +release='2' desc='GUI for installing and updating Proton-GE for Steam and Wine-based compatibility tools like Wine-GE for Lutris. Partly based on protonup.' homepage='https://github.com/DavidoTek/ProtonUp-Qt' maintainer="Евгений Храмов " @@ -19,14 +19,6 @@ build_deps_rosa=('python3-build' 'python3-setuptools' 'python3-wheel' 'python3-p sources=("https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v${version}.tar.gz") checksums=('SKIP') -prepare() { - if [$distro==redos]; then - sudo pip3 install pyside6 - elif [$distro==rosa]; then - sudo pip install pyside6 inputs steam vdf pyaml - fi -} - build() { cd "${srcdir}/ProtonUp-Qt-${version}" python -m build --wheel --no-isolation