Use versioned app releases for binary package
All checks were successful
Release App / release-app (push) Successful in 1m31s
All checks were successful
Release App / release-app (push) Successful in 1m31s
This commit is contained in:
5
PKGBUILD
5
PKGBUILD
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user