Date: Tuesday, May 16, 2023 @ 10:12:43 Author: antiz Revision: 1461947
upgpkg: gitea 1.19.3-1: new upstream release Modified: gitea/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-16 09:00:09 UTC (rev 1461946) +++ PKGBUILD 2023-05-16 10:12:43 UTC (rev 1461947) @@ -1,9 +1,10 @@ # Maintainer: Bruno Pagani <[email protected]> +# Maintainer: Robin Candau <[email protected]> # Maintainer: Maxime Gauduin <[email protected]> # Contributor: Frederik Schwan <frederik dot schwan at linux dot com> pkgname=gitea -pkgver=1.18.5 +pkgver=1.19.3 pkgrel=1 pkgdesc="Painless self-hosted Git service, community managed." arch=(x86_64) @@ -22,7 +23,7 @@ ) checkdepends=(openssh) options=(!lto) -_tag=2b5f49c6f40731b00023c39d6efcfade37db56b1 # git rev-parse v${pkgver} +_tag=be4bfdb30a85eeb008eaca9affdf684c1f5c6d6d # git rev-parse v${pkgver} source=(git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed gitea.tmpfiles gitea.service
