summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kudryavtsev2017-11-20 12:30:50 +0300
committerAnton Kudryavtsev2017-11-20 12:30:50 +0300
commit5438f1e05914a25a16d051ab7ac7b83db13edbd9 (patch)
tree192af8adc766379f1d4e957c34b8395aa54ac69a
parent4391344a095a6236f6d2fe11c18d0faa2a3ba7dd (diff)
downloadaur-5438f1e05914a25a16d051ab7ac7b83db13edbd9.tar.gz
Config patch updates
-rw-r--r--.SRCINFO4
-rw-r--r--0001-Adjust-config-for-Arch-Linux-package.patch4
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62322760eb32..3cd99fc0c182 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitea-git
pkgdesc = A painless self-hosted Git service.
- pkgver = v1.1.0.r731.g61f5c225
+ pkgver = v1.1.0.r771.g7e6c198f
pkgrel = 1
url = https://gitea.io/
install = gitea.install
@@ -28,7 +28,7 @@ pkgbase = gitea-git
source = 0001-Adjust-config-for-Arch-Linux-package.patch
source = 0002-Adjust-service-file-for-Arch-Linux-package.patch
sha256sums = SKIP
- sha256sums = 188f18acceb6342208502f808b07cf8b7e8f594f6b9d4f27bc5f02780a914840
+ sha256sums = 9d0e5b2b2b50f4f7637585b1cd22bc8c2f3b54d28f3d17d41458bced31402870
sha256sums = 6cd1daa666659a68c98376f8bfae55402b5ffc39c1bf42b5ae0ee700249a3b73
pkgname = gitea-git
diff --git a/0001-Adjust-config-for-Arch-Linux-package.patch b/0001-Adjust-config-for-Arch-Linux-package.patch
index 11688af31055..3f7b9c183714 100644
--- a/0001-Adjust-config-for-Arch-Linux-package.patch
+++ b/0001-Adjust-config-for-Arch-Linux-package.patch
@@ -1,5 +1,5 @@
--- app.ini
-+++ app.ini 2017-11-07 14:03:21.236666669 +0300
++++ app.ini 2017-11-20 12:28:24.436666669 +0300
@@ -1,12 +1,12 @@
; App name that shows on every page title
APP_NAME = Gitea: Git with a cup of tea
@@ -58,7 +58,7 @@
+APP_DATA_PATH = /var/lib/gitea/data
; Application level GZIP support
ENABLE_GZIP = false
- ; Landing page for non-logged users, can be "home" or "explore"
+ ; Landing page, can be "home", "explore", or "organizations"
@@ -169,7 +169,7 @@
; Enables git-lfs support. true or false, default is false.
LFS_START_SERVER = false
diff --git a/PKGBUILD b/PKGBUILD
index 51fe66e25e59..62dab9b7dd3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _gourl="code.gitea.io"
pkgname=gitea-git
pkgrel=1
-pkgver=v1.1.0.r731.g61f5c225
+pkgver=v1.1.0.r771.g7e6c198f
pkgdesc="A painless self-hosted Git service."
url="https://gitea.io/"
license=("MIT")
@@ -34,7 +34,7 @@ source=("git://github.com/go-gitea/gitea.git"
"0001-Adjust-config-for-Arch-Linux-package.patch"
"0002-Adjust-service-file-for-Arch-Linux-package.patch")
sha256sums=('SKIP'
- '188f18acceb6342208502f808b07cf8b7e8f594f6b9d4f27bc5f02780a914840'
+ '9d0e5b2b2b50f4f7637585b1cd22bc8c2f3b54d28f3d17d41458bced31402870'
'6cd1daa666659a68c98376f8bfae55402b5ffc39c1bf42b5ae0ee700249a3b73')
pkgver() {