[arch-commits] Commit in gitea/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Thu Mar 24 03:42:11 UTC 2022


    Date: Thursday, March 24, 2022 @ 03:42:11
  Author: archange
Revision: 1173826

upgpkg: gitea 1.16.5-1

Modified:
  gitea/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-24 03:42:03 UTC (rev 1173825)
+++ PKGBUILD	2022-03-24 03:42:11 UTC (rev 1173826)
@@ -3,7 +3,7 @@
 # Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
 
 pkgname=gitea
-pkgver=1.16.4
+pkgver=1.16.5
 pkgrel=1
 pkgdesc="Painless self-hosted Git service, community managed."
 arch=(x86_64)
@@ -22,8 +22,8 @@
 )
 checkdepends=(openssh)
 options=(!lto)
-_tag=8e2d483f4a56fdc5a44630c72954d1abfef2f125 # git rev-parse v${pkgver}
-source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed"
+_tag=a09c9e6a2687ce17f576cb849e018dfb68e9c532 # git rev-parse v${pkgver}
+source=(git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed
         gitea.tmpfiles
         gitea.service
         gitea.sysusers)
@@ -50,7 +50,6 @@
 
 prepare() {
   cd ${pkgname}
-  git cherry-pick -n 9bcbbd419fba4fc9eed724746a42e22028d47625
   make deps
 }
 



More information about the arch-commits mailing list