[arch-commits] Commit in gitea/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Thu Oct 31 14:37:01 UTC 2019
Date: Thursday, October 31, 2019 @ 14:37:00
Author: archange
Revision: 521088
upgpkg: gitea 1.9.5-1
Modified:
gitea/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 14:02:33 UTC (rev 521087)
+++ PKGBUILD 2019-10-31 14:37:00 UTC (rev 521088)
@@ -3,8 +3,8 @@
# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
pkgname=gitea
-pkgver=1.9.4
-pkgrel=2
+pkgver=1.9.5
+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')
-_tag=b3f57e124894124dc9de9c568e55065d8574786c # git rev-parse v${pkgver}
+_tag=4bc18582031a1376f29416a735cfb94fbb4688f5 # git rev-parse v${pkgver}
source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed"
gitea.tmpfiles
gitea.service
@@ -48,7 +48,7 @@
build() {
cd ${pkgname}
make generate
- EXTRA_GOFLAGS="-gcflags all=-trimpath=${PWD} -asmflags all=-trimpath=${PWD}" \
+ EXTRA_GOFLAGS="-trimpath" \
LDFLAGS="-linkmode external -extldflags \"${LDFLAGS}\" -X \"code.gitea.io/gitea/modules/setting.AppWorkPath=/var/lib/gitea/\""
make GOFLAGS="-v" TAGS="bindata sqlite pam" build
}
More information about the arch-commits
mailing list