Use versioned app releases for binary package
All checks were successful
Release App / release-app (push) Successful in 1m31s

This commit is contained in:
2026-04-24 15:00:42 +03:00
parent 5a5677a994
commit 891fc73e25
3 changed files with 29 additions and 13 deletions

View File

@@ -1,15 +1,16 @@
pkgname=shinoa-bin
pkgver=latest
pkgver=0.1.0
pkgrel=1
pkgdesc='Minimal Telegram terminal client built with ncurses and bundled TDLib'
arch=('x86_64')
url='https://git.mshq.dev/AxiFisk/shinoa'
license=('custom:unknown')
depends=('gcc-libs' 'glibc' 'ncurses' 'openssl' 'zlib')
options=(!debug)
provides=('shinoa')
conflicts=('shinoa')
source=(
"shinoa-linux-x86_64.tar.gz::${url}/releases/download/latest/shinoa-linux-x86_64.tar.gz"
"shinoa-linux-x86_64.tar.gz::${url}/releases/download/v${pkgver}/shinoa-linux-x86_64.tar.gz"
)
sha256sums=('SKIP')