extra/gitea to 1.21.3-1

This commit is contained in:
Kevin Mihelich 2023-12-21 16:30:01 +00:00
parent d1d5f0e9af
commit 8de007b0e6
2 changed files with 4 additions and 4 deletions

View file

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

View file

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