From 8ef9d82fb53e65c476540c6cebe00c30c1e016b9 Mon Sep 17 00:00:00 2001 From: xpamych Date: Tue, 3 Jan 2023 00:22:17 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protonup-qt/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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')