From 412283dc6a8c2f0b4d2afb4c97f14537ca225613 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 01:22:44 +0300 Subject: [PATCH] 2.9.2-2 --- protonup-qt/alr.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/protonup-qt/alr.sh b/protonup-qt/alr.sh index eedf280..ab843cd 100644 --- a/protonup-qt/alr.sh +++ b/protonup-qt/alr.sh @@ -11,7 +11,7 @@ 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-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=('') @@ -19,6 +19,14 @@ 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