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')