extra/gitea to 1.21.4-1

This commit is contained in:
Kevin Mihelich 2024-01-17 14:56:46 +00:00
parent 3c21078ef0
commit 741b2198fe
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = gitea pkgbase = gitea
pkgdesc = Painless self-hosted Git service, community managed. pkgdesc = Painless self-hosted Git service, community managed.
pkgver = 1.21.3 pkgver = 1.21.4
pkgrel = 1 pkgrel = 1
url = https://gitea.io url = https://gitea.io
arch = x86_64 arch = x86_64
@ -20,7 +20,7 @@ pkgbase = gitea
optdepends = sqlite: SQLite support optdepends = sqlite: SQLite support
options = !lto options = !lto
backup = etc/gitea/app.ini backup = etc/gitea/app.ini
source = git+https://github.com/go-gitea/gitea.git#tag=840c58894ab32eb339effa8b20f62672da3b2d0f?signed source = git+https://github.com/go-gitea/gitea.git#tag=0f04d506a9079e27faecaf69a093fbc8bacd6dc0?signed
source = gitea.tmpfiles source = gitea.tmpfiles
source = gitea.service source = gitea.service
source = gitea.sysusers source = gitea.sysusers

View file

@ -10,7 +10,7 @@
# - don't check repo signature until author puts his keys on keyservers # - don't check repo signature until author puts his keys on keyservers
pkgname=gitea pkgname=gitea
pkgver=1.21.3 pkgver=1.21.4
pkgrel=1 pkgrel=1
pkgdesc="Painless self-hosted Git service, community managed." pkgdesc="Painless self-hosted Git service, community managed."
arch=(x86_64) arch=(x86_64)
@ -30,7 +30,7 @@ optdepends=(
checkdepends=(openssh) checkdepends=(openssh)
options=(!lto) options=(!lto)
backup=('etc/gitea/app.ini') backup=('etc/gitea/app.ini')
_tag=840c58894ab32eb339effa8b20f62672da3b2d0f # git rev-parse v${pkgver} _tag=0f04d506a9079e27faecaf69a093fbc8bacd6dc0 # git rev-parse v${pkgver}
source=(git+https://github.com/go-gitea/gitea.git#tag=${_tag} source=(git+https://github.com/go-gitea/gitea.git#tag=${_tag}
gitea.tmpfiles gitea.tmpfiles
gitea.service gitea.service