summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kudryavtsev2017-11-07 14:05:21 +0300
committerAnton Kudryavtsev2017-11-07 14:05:21 +0300
commit4391344a095a6236f6d2fe11c18d0faa2a3ba7dd (patch)
tree07338f4a8a1a9a5d9d6471c036aa8b986e2a91e5
parent22dbfaec9ac221a31773054c2df093a1591f085a (diff)
downloadaur-4391344a095a6236f6d2fe11c18d0faa2a3ba7dd.tar.gz
Misc updates
-rw-r--r--.SRCINFO4
-rw-r--r--0001-Adjust-config-for-Arch-Linux-package.patch2
-rw-r--r--PKGBUILD10
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea9e21fb7c3f..62322760eb32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitea-git
pkgdesc = A painless self-hosted Git service.
- pkgver = v1.1.0.r702.gf70758de
+ pkgver = v1.1.0.r731.g61f5c225
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 = 5ddc6959ea29def1273a29ef561e14c13b6978dd65583058313afaed4e152e7f
+ sha256sums = 188f18acceb6342208502f808b07cf8b7e8f594f6b9d4f27bc5f02780a914840
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 e56d9a3284af..11688af31055 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-02 22:35:28.000000000 +0300
++++ app.ini 2017-11-07 14:03:21.236666669 +0300
@@ -1,12 +1,12 @@
; App name that shows on every page title
APP_NAME = Gitea: Git with a cup of tea
diff --git a/PKGBUILD b/PKGBUILD
index 4691ec412ef6..51fe66e25e59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Anton Kudryavtsev <anton@anidetrix.ru>
+# Maintainer: Anton Kudryavtsev <anton@anibit.ru>
# Contributor: Francois Menning <f.menning@protonmail.com>
# Contributor: Frederik Schwan <frederik dot schwan at linux dot com>
# Contributor: Thomas Fanninger <thomas@fanninger.at>
@@ -10,7 +10,7 @@ _gourl="code.gitea.io"
pkgname=gitea-git
pkgrel=1
-pkgver=v1.1.0.r702.gf70758de
+pkgver=v1.1.0.r731.g61f5c225
pkgdesc="A painless self-hosted Git service."
url="https://gitea.io/"
license=("MIT")
@@ -33,9 +33,9 @@ install=gitea.install
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"
- "5ddc6959ea29def1273a29ef561e14c13b6978dd65583058313afaed4e152e7f"
- "6cd1daa666659a68c98376f8bfae55402b5ffc39c1bf42b5ae0ee700249a3b73")
+sha256sums=('SKIP'
+ '188f18acceb6342208502f808b07cf8b7e8f594f6b9d4f27bc5f02780a914840'
+ '6cd1daa666659a68c98376f8bfae55402b5ffc39c1bf42b5ae0ee700249a3b73')
pkgver() {
cd "${srcdir}/${_pkgname}"