ilot/forgejo-aneksajo: fix GITEA_VERSION bad format
All checks were successful
All checks were successful
This commit is contained in:
parent
7e1fce21a3
commit
d22514437b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue