alr-bin 0.0.11-2 & alr-git

This commit is contained in:
2025-04-26 16:34:51 +03:00
parent 994e7cf4bd
commit 3081c9c657
4 changed files with 30 additions and 4 deletions

View File

@ -1,8 +1,8 @@
name='alr-bin'
version='0.0.11'
release='1'
release='2'
desc='Any Linux Repository'
homepage='https://gitverse.ru/sc/Xpamych/ALR'
homepage='https://gitea.plemya-x.ru/Plemya-x/ALR'
maintainer_ru='Евгений Храмов <xpamych@yandex.ru>'
architectures=('amd64' 'arm64' 'arm7' 'arm6' '386' 'riscv64')
license=('GPL-3.0-or-later')
@ -12,6 +12,10 @@ conflicts=('alr' 'alr-bin' 'alr-git')
sources=("https://gitea.plemya-x.ru/Plemya-x/ALR/releases/download/v${version}/alr-${version}-linux-x86_64.tar.gz")
checksums=('SKIP')
scripts=(
['postinstall']='postinstall.sh'
)
prepare() {
cd $srcdir
}