[arch-commits] Commit in gitea/trunk (PKGBUILD gitea-arch-defaults.patch)
Bruno Pagani
archange at archlinux.org
Fri Feb 14 19:39:23 UTC 2020
Date: Friday, February 14, 2020 @ 19:39:23
Author: archange
Revision: 571180
upgpkg: gitea 1.11.0-1
npm is a new required makedep
git is a PKGBUILD-specific makedep for retrieving sources
Modified:
gitea/trunk/PKGBUILD
gitea/trunk/gitea-arch-defaults.patch
---------------------------+
PKGBUILD | 8 ++++----
gitea-arch-defaults.patch | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-14 19:35:45 UTC (rev 571179)
+++ PKGBUILD 2020-02-14 19:39:23 UTC (rev 571180)
@@ -3,7 +3,7 @@
# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
pkgname=gitea
-pkgver=1.10.3
+pkgver=1.11.0
pkgrel=1
pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
arch=(x86_64)
@@ -10,7 +10,7 @@
url="https://gitea.io"
license=(MIT)
depends=(git)
-makedepends=(go-pie)
+makedepends=(git go-pie npm)
optdepends=(
'mariadb: MariaDB support'
'memcached: MemCached support'
@@ -21,7 +21,7 @@
'sqlite: SQLite support'
)
backup=('etc/gitea/app.ini')
-_tag=6303d15e124d2a0ba3c6e53b471736b750b65f66 # git rev-parse v${pkgver}
+_tag=1ff5da865814e11997b0fb0a859d0d398efda34f # git rev-parse v${pkgver}
source=("git+https://github.com/go-gitea/gitea.git#tag=${_tag}?signed"
gitea.tmpfiles
gitea.service
@@ -31,7 +31,7 @@
1521fd7edc3830c695698ffe9835709f1408040b5ec989f07410972c894fa8ba
7789b3f6699b9e111fa080226047cdc765e55ff49a3f72aac989c11c06c3e7e0
2abc51ccd0086bb996194bb7fb241a3f26d84f518417c872b66a3db8970da7e4
- dc1ea5c72a4f3c216c021f3fea8ac46263d820c6e4e5e088b7d50d56c0fde61f)
+ 9de4f1e85c1dabffaf79cf996dea0dc52e054f1f469883d950facb3ca97d4ee0)
validpgpkeys=(8C4033A23895237CB27D52D9D9B5613BEB813F99 # Matti Ranta <matti at mdranta.net> old RSA2048, retrieved from https://github.com/techknowlogick.gpg
B56E3C7437A49E136862F5DE9D8A57ADAA232E95 # Matti Ranta <matti at mdranta.net> new RSA4096, retrieved from https://github.com/techknowlogick.gpg
ED810FD31FBE67F406ED71BDD4F1E9B6493ED946 # Jonas Franz <info at jonasfranz.software>
Modified: gitea-arch-defaults.patch
===================================================================
--- gitea-arch-defaults.patch 2020-02-14 19:35:45 UTC (rev 571179)
+++ gitea-arch-defaults.patch 2020-02-14 19:39:23 UTC (rev 571180)
@@ -16,7 +16,7 @@
SCRIPT_TYPE = bash
; Default ANSI charset
ANSI_CHARSET =
-@@ -272,7 +272,7 @@ SQLITE_TIMEOUT = 500
+@@ -342,7 +342,7 @@ SQLITE_TIMEOUT = 500
; For iterate buffer, default is 50
ITERATE_BUFFER_SIZE = 50
; Show the database generated SQL
@@ -25,7 +25,7 @@
; Maximum number of DB Connect retries
DB_RETRIES = 10
; Backoff time per DB retry (time.Duration)
-@@ -574,10 +574,10 @@ FORMAT =
+@@ -697,10 +697,10 @@ FORMAT =
DEFAULT_UI_LOCATION =
[log]
@@ -38,7 +38,7 @@
; Buffer length of the channel, keep it as it is if you don't know what it is.
BUFFER_LEN = 10000
REDIRECT_MACARON_LOG = false
-@@ -602,7 +602,7 @@ COLORIZE = false
+@@ -725,7 +725,7 @@ COLORIZE = false
; For "console" mode only
[log.console]
More information about the arch-commits
mailing list