From b7d7914b341fb2f8f70de48997c9ee33391609c7 Mon Sep 17 00:00:00 2001 From: xpamych Date: Sat, 5 Nov 2022 20:06:01 +0300 Subject: [PATCH] protonup-qt --- protonup-qt/lure.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/protonup-qt/lure.sh b/protonup-qt/lure.sh index 8b6227e..871ad9c 100644 --- a/protonup-qt/lure.sh +++ b/protonup-qt/lure.sh @@ -8,8 +8,9 @@ licenses='GPLv3' provides='protonup-qt' conflicts='protonup-qt' -deps=('pyside6' 'python-inputs' 'python-psutil' 'python-requests' 'python-setproctitle' 'python-steam' 'python-vdf' 'python-pyxdg' 'python-pyaml' 'qt6-tools') -build_deps=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') +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=('') sources=("https://github.com/DavidoTek/ProtonUp-Qt/archive/refs/tags/v2.7.4.tar.gz") checksums=('SKIP')