0.10.6
This commit is contained in:
parent
db04053ece
commit
dee91d0ed9
@ -9,10 +9,9 @@ license=('GPL-3.0-or-later')
|
|||||||
provides=('hlna')
|
provides=('hlna')
|
||||||
conflicts=('hlna')
|
conflicts=('hlna')
|
||||||
|
|
||||||
build_deps=('python3' 'python3-pip' 'steamcmd')
|
deps=('python3' 'python3-pip' 'steamcmd')
|
||||||
build_deps_arch=('python' 'python-pip' 'steamcmd')
|
deps_arch=('python' 'python-pip' 'steamcmd')
|
||||||
build_deps_ctlos=('python' 'python-pip' 'steamcmd')
|
deps_ctlos=('python' 'python-pip' 'steamcmd')
|
||||||
build_deps_ctlos=('python' 'python-pip' 'steamcmd')
|
|
||||||
|
|
||||||
sources=("git+https://gitflic.ru/project/plemyakh/hln-a.git")
|
sources=("git+https://gitflic.ru/project/plemyakh/hln-a.git")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
@ -22,6 +21,11 @@ version() {
|
|||||||
git-version
|
git-version
|
||||||
}
|
}
|
||||||
|
|
||||||
|
scripts=(
|
||||||
|
['postinstall']='postinstall.sh'
|
||||||
|
['postremove']='postremove.sh'
|
||||||
|
)
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
pip3 install --upgrade --user pyyaml click colorama
|
pip3 install --upgrade --user pyyaml click colorama
|
||||||
pip3 install --upgrade rcon
|
pip3 install --upgrade rcon
|
||||||
@ -32,5 +36,4 @@ package() {
|
|||||||
install -Dm755 "${srcdir}/hln-a/hlna_bot.py" "${pkgdir}/usr/bin/hlna-bot.py"
|
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 -Dm644 "${srcdir}/hln-a/LICENSE.md" "${pkgdir}/usr/share/licenses/hlna/license"
|
||||||
install -Dm755 "${srcdir}/hln-a/hlnaui.py" "${pkgdir}/usr/bin/hlnaui.py"
|
install -Dm755 "${srcdir}/hln-a/hlnaui.py" "${pkgdir}/usr/bin/hlnaui.py"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name='logseq-desktop'
|
name='logseq-desktop'
|
||||||
version='0.10.5'
|
version='0.10.6'
|
||||||
release='1'
|
release='1'
|
||||||
desc='A privacy-first, open-source platform for knowledge management and collaboration'
|
desc='A privacy-first, open-source platform for knowledge management and collaboration'
|
||||||
homepage='https://logseq.com/'
|
homepage='https://logseq.com/'
|
||||||
|
Loading…
Reference in New Issue
Block a user