Маленькие изменения
This commit is contained in:
commit
06cbc36352
@ -13,7 +13,7 @@ build_deps=('python3' 'python3-pip' 'steamcmd')
|
|||||||
build_deps_arch=('python' 'python-pip' 'steamcmd')
|
build_deps_arch=('python' 'python-pip' 'steamcmd')
|
||||||
build_deps_ctlos=('python' 'python-pip' 'steamcmd')
|
build_deps_ctlos=('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?~rev=dev")
|
||||||
checksums=('SKIP')
|
checksums=('SKIP')
|
||||||
|
|
||||||
version() {
|
version() {
|
||||||
|
@ -22,15 +22,14 @@ version() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
pip3 install --upgrade --user click colorama click_completion pyTelegramBotAPI discord
|
pip3 install --upgrade --user pyyaml click colorama
|
||||||
pip3 install --upgrade rcon
|
pip3 install --upgrade rcon
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
install -Dm755 "${srcdir}/hln-a/hlna.py" "${pkgdir}/home/${SUDO_USER}/.local/share/hlna/hlna.py"
|
install -Dm755 "${srcdir}/hln-a/hlna.py" "${pkgdir}/usr/bin/hlna.py"
|
||||||
install -Dm755 "${srcdir}/hln-a/hlnaui.py" "${pkgdir}/home/${SUDO_USER}/.local/share/hlna/hlnaui.py"
|
install -Dm755 "${srcdir}/hln-a/hlna_bot.py" "${pkgdir}/usr/bin/hlna-bot.py"
|
||||||
install -Dm755 "${srcdir}/hln-a/hlna_discord_bot.py" "${pkgdir}/home/${SUDO_USER}/.local/share/hlna/hlnabot.py"
|
install -Dm644 "${srcdir}/hln-a/LICENSE.md" "${pkgdir}/usr/share/licenses/hlna/license"
|
||||||
install-license ./LICENSE.md /hlna/LICENSE
|
install -Dm755 "${srcdir}/hln-a/hlnaui.py" "${pkgdir}/usr/bin/hlnaui.py"
|
||||||
ln -s "${pkgdir}/home/${SUDO_USER}/.local/share/hlna/hlna.py" "${pkgdir}/usr/bin/hlna"
|
|
||||||
ln -s "${pkgdir}/home/${SUDO_USER}/.local/share/hlna/hlnabot.py" "${pkgdir}/usr/bin/hlnabot"
|
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name='obsidian-bin'
|
name='obsidian-bin'
|
||||||
version='1.2.8'
|
version='1.3.4'
|
||||||
release='1'
|
release='1'
|
||||||
desc='A powerful knowledge base that works on top of a local folder of plain text Markdown files'
|
desc='A powerful knowledge base that works on top of a local folder of plain text Markdown files'
|
||||||
homepage='https://obsidian.md/'
|
homepage='https://obsidian.md/'
|
||||||
|
Loading…
Reference in New Issue
Block a user