From d4000194a2b1eea7f0fa11953474b641824afd88 Mon Sep 17 00:00:00 2001 From: xpamych Date: Mon, 20 Feb 2023 13:48:52 +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=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hlna-git/lure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hlna-git/lure.sh b/hlna-git/lure.sh index b8f2632..e0c1b0c 100644 --- a/hlna-git/lure.sh +++ b/hlna-git/lure.sh @@ -9,8 +9,8 @@ license=('GPL-3.0-or-later') provides=('hlna') conflicts=('hlna') -deps=('python3, python3-pip, steamcmd') -deps_arch=('python, python-pip, steamcmd') +deps=('python3(x86-32)' 'python3-pip' 'steamcmd') +deps_arch=('python' 'python-pip' 'steamcmd') sources=("git+https://gitflic.ru/project/xpamych/hln-a.git") checksums=('SKIP')