This commit is contained in:
Евгений Храмов 2023-02-20 14:30:50 +03:00
parent 2118d96698
commit 9c7e170844
2 changed files with 3 additions and 2 deletions

@ -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")

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