This commit is contained in:
Евгений Храмов 2023-03-21 15:41:43 +03:00
parent ef18efc90c
commit 73d39e77eb

@ -12,11 +12,12 @@ conflicts=('hlna')
build_deps=('python3' 'python3-pip' 'steamcmd')
build_deps_arch=('python' 'python-pip' 'steamcmd')
sources=("git+https://gitflic.ru/project/xpamych/hln-a.git#branch=dev")
sources=("git+https://gitflic.ru/project/xpamych/hln-a.git")
checksums=('SKIP')
version() {
cd "$srcdir/hln-a"
git checkout dev
git-version
}