From d7b90d1f5c49fb0f379cbd495846212258ca06f7 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:19:02 +0300 Subject: [PATCH] build - --- 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 77072e7..0be3731 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_build=('python3' 'python3-pip' 'steamcmd' 'python3-pyyaml' 'python3-click' 'python3-colorama') -deps_build_arch=('python' 'python-pip' 'steamcmd' 'python-pyyaml' 'python-click' 'python-colorama') -deps_build_ctlos=('python' 'python-pip' 'steamcmd' 'python-pyyaml' 'python-click' 'python-colorama') +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') sources=("git+https://gitflic.ru/project/plemyakh/hln-a.git") checksums=('SKIP')