Compare commits

..

2 commits

Author SHA1 Message Date
d07957ab63
forgejo: add special case for forgejo-aneksajo when checking upstream version
Some checks failed
/ lint (pull_request) Successful in 26s
/ deploy-x86_64 (pull_request) Successful in 26s
/ build-x86_64 (pull_request) Successful in 4m34s
/ deploy-aarch64 (pull_request) Has been cancelled
/ build-aarch64 (pull_request) Has been cancelled
2024-10-29 08:42:13 -04:00
b9cb527dae
ilot/forgejo-aneksajo: change version scheme 2024-10-29 08:42:01 -04:00
2 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@ for pkg in $owned_by_you; do
downstream_version=${downstream_version/-*}
# special case for forgejo-aneksajo:
upstream_version=${upstream_version/-git-annex/_gitannex}
upstream_version=${upstream_version/-git-annex/_git}
if [ -z "$upstream_version" ]; then
echo "$pkg not in anitya"

View file

@ -4,8 +4,8 @@
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=forgejo-aneksajo
pkgver=8.0.3_gitannex1
_gittag=v8.0.3-git-annex1
pkgver=8.0.3_git1
_gittag=v${pkgver/_git/-git-annex}
pkgrel=2
pkgdesc="Self-hosted Git service written in Go with git-annex support"
url="https://forgejo.org"