This commit is contained in:
Евгений Храмов 2024-02-05 19:10:19 +03:00
parent db04053ece
commit dee91d0ed9
2 changed files with 9 additions and 6 deletions

@ -9,10 +9,9 @@ license=('GPL-3.0-or-later')
provides=('hlna')
conflicts=('hlna')
build_deps=('python3' 'python3-pip' 'steamcmd')
build_deps_arch=('python' 'python-pip' 'steamcmd')
build_deps_ctlos=('python' 'python-pip' 'steamcmd')
build_deps_ctlos=('python' 'python-pip' 'steamcmd')
deps=('python3' 'python3-pip' 'steamcmd')
deps_arch=('python' 'python-pip' 'steamcmd')
deps_ctlos=('python' 'python-pip' 'steamcmd')
sources=("git+https://gitflic.ru/project/plemyakh/hln-a.git")
checksums=('SKIP')
@ -22,6 +21,11 @@ version() {
git-version
}
scripts=(
['postinstall']='postinstall.sh'
['postremove']='postremove.sh'
)
prepare() {
pip3 install --upgrade --user pyyaml click colorama
pip3 install --upgrade rcon
@ -32,5 +36,4 @@ package() {
install -Dm755 "${srcdir}/hln-a/hlna_bot.py" "${pkgdir}/usr/bin/hlna-bot.py"
install -Dm644 "${srcdir}/hln-a/LICENSE.md" "${pkgdir}/usr/share/licenses/hlna/license"
install -Dm755 "${srcdir}/hln-a/hlnaui.py" "${pkgdir}/usr/bin/hlnaui.py"
}

@ -1,5 +1,5 @@
name='logseq-desktop'
version='0.10.5'
version='0.10.6'
release='1'
desc='A privacy-first, open-source platform for knowledge management and collaboration'
homepage='https://logseq.com/'