From 9c7e17084411e2c6a7b49c33f6a089e29bedcac4 Mon Sep 17 00:00:00 2001 From: xpamych Date: Mon, 20 Feb 2023 14:30:50 +0300 Subject: [PATCH] deps --- hlna-git/lure.sh | 2 +- steamcmd/lure.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/hlna-git/lure.sh b/hlna-git/lure.sh index e0c1b0c..95a9561 100644 --- a/hlna-git/lure.sh +++ b/hlna-git/lure.sh @@ -9,7 +9,7 @@ license=('GPL-3.0-or-later') provides=('hlna') conflicts=('hlna') -deps=('python3(x86-32)' 'python3-pip' 'steamcmd') +deps=('python3' 'python3-pip' 'steamcmd') deps_arch=('python' 'python-pip' 'steamcmd') sources=("git+https://gitflic.ru/project/xpamych/hln-a.git") diff --git a/steamcmd/lure.sh b/steamcmd/lure.sh index 52815b2..053e9dc 100644 --- a/steamcmd/lure.sh +++ b/steamcmd/lure.sh @@ -8,7 +8,8 @@ architectures=('amd64, 386') license=('custom') provides=('steamcmd, steamerrorreporter') conflicts=('steamcmd, steamerrorreporter') -deps_amd64=('lib32-gcc-libs') +deps_arch_amd64=('lib32-gcc-libs') +deps_amd64=('libgcc(x86-32)') sources=("https://steamcdn-a.akamaihd.net/client/installer/steamcmd_linux.tar.gz") checksums=('SKIP')