From 3bd1a5f665363707de717718ef358b408910f6d3 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: Wed, 24 Apr 2024 01:22:59 +0300 Subject: [PATCH] pyqt6 + --- hlna-git/lure.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hlna-git/lure.sh b/hlna-git/lure.sh index 0be3731..dd748bd 100644 --- a/hlna-git/lure.sh +++ b/hlna-git/lure.sh @@ -9,9 +9,9 @@ license=('GPL-3.0-or-later') provides=('hlna') conflicts=('hlna') -deps=('python3' 'python3-pip' 'steamcmd' 'python3-pyyaml' 'python3-click' 'python3-colorama') -deps_arch=('python' 'python-pip' 'steamcmd' 'python-pyyaml' 'python-click' 'python-colorama') -deps_ctlos=('python' 'python-pip' 'steamcmd' 'python-pyyaml' 'python-click' 'python-colorama') +deps=('python3' 'python3-pip' 'steamcmd' 'python3-pyyaml' 'python3-click' 'python3-colorama' 'python3-pyqt6') +deps_arch=('python' 'python-pip' 'steamcmd' 'python-pyyaml' 'python-click' 'python-colorama' 'python-pyqt6') +deps_ctlos=('python' 'python-pip' 'steamcmd' 'python-pyyaml' 'python-click' 'python-colorama' 'python-pyqt6') sources=("git+https://gitflic.ru/project/plemyakh/hln-a.git") checksums=('SKIP')