extra/gitea to 1.21.1-1

This commit is contained in:
Kevin Mihelich 2023-11-26 22:01:45 +00:00
parent 904ddfe011
commit 09fa081973
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.0
pkgver = 1.21.1
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=ccf89569e9db592457f1d36edc7d45179a0fb2b0?signed
source = git+https://github.com/go-gitea/gitea.git#tag=66b82277d43bc96be58c8660bfc0488b3a09dc98?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.0
pkgver=1.21.1
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=ccf89569e9db592457f1d36edc7d45179a0fb2b0 # git rev-parse v${pkgver}
_tag=66b82277d43bc96be58c8660bfc0488b3a09dc98 # git rev-parse v${pkgver}
source=(git+https://github.com/go-gitea/gitea.git#tag=${_tag}
gitea.tmpfiles
gitea.service