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

Maxime Gauduin alucryd at archlinux.org
Mon Oct 15 12:23:21 UTC 2018


    Date: Monday, October 15, 2018 @ 12:23:21
  Author: alucryd
Revision: 394104

upgpkg: gitea 1.5.2-1

Modified:
  gitea/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-15 11:39:00 UTC (rev 394103)
+++ PKGBUILD	2018-10-15 12:23:21 UTC (rev 394104)
@@ -3,8 +3,8 @@
 # Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
 
 pkgname=gitea
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
 pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
 arch=('x86_64')
 url="https://gitea.io"
@@ -21,7 +21,7 @@
   'sqlite: SQLite support'
 )
 backup=('etc/gitea/app.ini')
-_commit=38d8b8cf49ce62dd7cfc806f1995d00e6fecc707  # tags/1.5.1^0
+_commit=31a738b221094cbfc32bf342fb3b76d4e78617da  # tags/1.5.2^0
 source=("git+https://github.com/go-gitea/gitea.git#commit=${_commit}"
         gitea.tmpfiles
         gitea.service
@@ -53,7 +53,7 @@
   cd gopath/src/code.gitea.io/gitea
   make generate
   EXTRA_GOFLAGS="-gcflags all=-trimpath=${GOPATH} -asmflags all=-trimpath=${GOPATH}" \
-  make GOFLAGS="-v" TAGS="bindata sqlite tidb pam" build
+  make GOFLAGS="-v" TAGS="bindata sqlite pam" build
 }
 
 package() {



More information about the arch-commits mailing list