diff --git a/protonup-qt/lure.sh b/protonup-qt/lure.sh index 2f9cb3b..fba709e 100644 --- a/protonup-qt/lure.sh +++ b/protonup-qt/lure.sh @@ -5,8 +5,8 @@ desc='GUI for installing and updating Proton-GE for Steam and Wine-based compati homepage='https://github.com/DavidoTek/ProtonUp-Qt' architectures=('amd64') licenses='GPLv3' -provides='protonup-qt' -conflicts='protonup-qt' +provides=('protonup-qt') +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')