Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / gitea


Commits:
ab620644 by Robin Candau at 2026-07-15T14:09:29+02:00
upgpkg: 1.27.0-1: New upstream release

https://github.com/go-gitea/gitea/releases/tag/v1.27.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = gitea
        pkgdesc = Painless self-hosted Git service, community managed.
-       pkgver = 1.26.4
+       pkgver = 1.27.0
        pkgrel = 1
        url = https://gitea.io
        arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = gitea
        optdepends = tea: A command line tool to interact with Gitea servers
        options = !lto
        backup = etc/gitea/app.ini
-       source = git+https://github.com/go-gitea/gitea.git#tag=v1.26.4?signed
+       source = git+https://github.com/go-gitea/gitea.git#tag=v1.27.0?signed
        source = gitea.tmpfiles
        source = gitea.service
        source = gitea.sysusers
@@ -34,7 +34,7 @@ pkgbase = gitea
        validpgpkeys = D2CF76DA95F201E9901532AB3CDE74631F13A748
        validpgpkeys = 82A110A44DF1A28D50C093BFB853ADA5DA7BBF7A
        validpgpkeys = FE7C3EAEB8CD8290390B12AD3DECE05F6D9A647C
-       sha256sums = 
ef6051a89cd03ca2801126cd3af61ba3ea6a89200fe7fe5ddd3d9b25d4df6a65
+       sha256sums = 
885a612a1e9d8603d77cd1a4a8a18e3b048b7b8c8d8a85f06694319079f8f918
        sha256sums = 
1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba
        sha256sums = 
0725aa3d9c556229b473ee5a12a922a1ebbb88aeb02cffd0252756c8bd531959
        sha256sums = 
e29dcc74b2f52e32d3931103d03f202d1cafe18e7eb9a271da0f50ef61dc8446


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
 
 pkgname=gitea
-pkgver=1.26.4
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="Painless self-hosted Git service, community managed."
 url="https://gitea.io";
@@ -28,7 +28,7 @@ 
source=("git+https://github.com/go-gitea/gitea.git#tag=v${pkgver}?signed";
         "${pkgname}.tmpfiles"
         "${pkgname}.service"
         "${pkgname}.sysusers")
-sha256sums=('ef6051a89cd03ca2801126cd3af61ba3ea6a89200fe7fe5ddd3d9b25d4df6a65'
+sha256sums=('885a612a1e9d8603d77cd1a4a8a18e3b048b7b8c8d8a85f06694319079f8f918'
             '1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba'
             '0725aa3d9c556229b473ee5a12a922a1ebbb88aeb02cffd0252756c8bd531959'
             'e29dcc74b2f52e32d3931103d03f202d1cafe18e7eb9a271da0f50ef61dc8446')
@@ -65,7 +65,8 @@ check() {
        # This test expects .gitconfig path to be "$HOME/.gitconfig" (which 
isn't the case due to the above workaround)
        rm -f modules/git/config_test.go
        # `-p 1` to prevent race conditions from go tests when trying to lock 
the gitconfig file
-       make test GOTESTFLAGS="-p 1"
+       make test-frontend
+       make test-backend GOTEST_FLAGS="-p 1"
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/commit/ab620644fcdf20816f5eebd53f285bc2951d5ddc

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gitea/-/commit/ab620644fcdf20816f5eebd53f285bc2951d5ddc
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to