From db562d0efdcf9872aef3bf2940a63db47d88e47b Mon Sep 17 00:00:00 2001 From: "e.khramov" Date: Mon, 7 Nov 2022 11:21:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8=D0=BC?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D0=B5=D0=B9=20redos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protonup-qt/lure.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/protonup-qt/lure.sh b/protonup-qt/lure.sh index 4f20530..1253c5f 100644 --- a/protonup-qt/lure.sh +++ b/protonup-qt/lure.sh @@ -10,13 +10,19 @@ 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') -deps_rosa=('') +deps_redos=('python3-psutil' 'python3-requests' 'python3-setproctitle' 'python3-pyxdg' 'qt6-tools') +build_deps_redos=('python3-build' 'python3-setuptools' 'python3-wheel' 'python3-pip') +#deps=('') sources=("https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v2.7.4.tar.gz") checksums=('SKIP') prepare() { cd "${srcdir}" +if [distro=redos] +then +sudo pip install pyside6 inputs steam vdf pyaml +fi } package() {