forgejo: add special case for forgejo-aneksajo when checking upstream version
This commit is contained in:
parent
64a3309cba
commit
6cbd9c08db
2 changed files with 6 additions and 3 deletions
|
@ -18,6 +18,9 @@ for pkg in $owned_by_you; do
|
|||
downstream_version=$(sed -n "/^P:$pkg$/,/^$/p" APKINDEX | awk -F ':' '{if($1=="V"){print $2}}')
|
||||
downstream_version=${downstream_version/-*}
|
||||
|
||||
# special case for forgejo-aneksajo:
|
||||
upstream_version=${upstream_version/-git-annex/_gitannex}
|
||||
|
||||
if [ -z "$upstream_version" ]; then
|
||||
echo "$pkg not in anitya"
|
||||
echo "$pkg" >> not_in_anitya
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
|
||||
pkgname=forgejo-aneksajo
|
||||
pkgver=8.0.3
|
||||
_gittag=v$pkgver-git-annex1
|
||||
pkgrel=1
|
||||
pkgver=8.0.3_gitannex1
|
||||
_gittag=v8.0.3-git-annex-1
|
||||
pkgrel=2
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue