community/gitea to 1.16.5-1

This commit is contained in:
Kevin Mihelich 2022-03-24 04:09:22 +00:00
parent f508bd66b1
commit fb17b45fab

View file

@ -9,7 +9,7 @@
# - don't check repo signature until author puts his keys on keyservers
pkgname=gitea
pkgver=1.16.4
pkgver=1.16.5
pkgrel=1
pkgdesc="Painless self-hosted Git service, community managed."
arch=(x86_64)
@ -28,8 +28,8 @@ optdepends=(
)
checkdepends=(openssh)
options=(!lto)
_tag=8e2d483f4a56fdc5a44630c72954d1abfef2f125 # git rev-parse v${pkgver}
source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}"
_tag=a09c9e6a2687ce17f576cb849e018dfb68e9c532 # git rev-parse v${pkgver}
source=(git+https://github.com/go-gitea/gitea.git#tag=${_tag}
gitea.tmpfiles
gitea.service
gitea.sysusers)
@ -56,7 +56,6 @@ pkgver() {
prepare() {
cd ${pkgname}
git cherry-pick -n 9bcbbd419fba4fc9eed724746a42e22028d47625
make deps
}