From 5bb3e8ad81bc27dba1bc36be07dae3ad2f41e5c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=95=D0=B2=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=A5=D1=80?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B2?= Date: Mon, 10 Jun 2024 21:34:55 +0300 Subject: [PATCH] =?UTF-8?q?=D1=83=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BD=D0=B5=D1=80=D0=B0=D0=B1=D0=BE=D1=87=D0=B5=D0=B3?= =?UTF-8?q?=D0=BE=20=D1=83=D1=81=D0=BB=D0=BE=D0=B2=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protonup-qt/alr.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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