ilot/forgejo-aneksajo: fix GITEA_VERSION bad format
All checks were successful
/ lint (pull_request) Successful in 26s
/ deploy-x86_64 (pull_request) Successful in 28s
/ build-x86_64 (pull_request) Successful in 4m40s
/ build-aarch64 (pull_request) Successful in 18m23s
/ deploy-aarch64 (pull_request) Successful in 58s

This commit is contained in:
Antoine Martin 2024-11-07 12:56:10 -05:00
parent 7e1fce21a3
commit d22514437b
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -6,7 +6,7 @@
pkgname=forgejo-aneksajo
pkgver=8.0.3_git2
_gittag=v${pkgver/_git/-git-annex}
pkgrel=0
pkgrel=1
pkgdesc="Self-hosted Git service written in Go with git-annex support"
url="https://forgejo.org"
# riscv64: builds fail https://codeberg.org/forgejo/forgejo/issues/3025
@ -55,7 +55,7 @@ build() {
# XXX: LARGEFILE64
export CGO_CFLAGS="$CFLAGS -O2 -D_LARGEFILE64_SOURCE"
export TAGS="bindata sqlite sqlite_unlock_notify"
export GITEA_VERSION="$pkgver"
export GITEA_VERSION="${pkgver/_git/-git-annex}"
export EXTRA_GOFLAGS="$GOFLAGS"
export CGO_LDFLAGS="$LDFLAGS"
unset LDFLAGS