summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2022-12-19 18:09:23 +0100
committerChristian Hesse2022-12-19 18:09:23 +0100
commitf664553eb83e77b3f3194869041fbf892fb05ec7 (patch)
tree6ff2d8f671266bfd10a75c33f76aeb6ed56f85e9
parent4aca8ee9ae25be3bc86bb1ffe144071f1fbe1a9e (diff)
downloadaur-f664553eb83e77b3f3194869041fbf892fb05ec7.tar.gz
commit cgit-git 1.2.3.r53.g907134b-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 658c23859655..6fc2f8802816 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cgit-git
pkgdesc = A web interface for git written in plain C - git checkout
- pkgver = 1.2.3.r18.g5258c29
+ pkgver = 1.2.3.r53.g907134b
pkgrel = 1
url = https://git.zx2c4.com/cgit/
install = cgit.install
diff --git a/PKGBUILD b/PKGBUILD
index 4cb146875da4..83c8262ceef0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Andreas Baumann <abaumann at yahoo dot com>
pkgname=cgit-git
-pkgver=1.2.3.r18.g5258c29
+pkgver=1.2.3.r53.g907134b
pkgrel=1
pkgdesc='A web interface for git written in plain C - git checkout'
arch=('i686' 'x86_64')
@@ -57,7 +57,7 @@ prepare() {
git config --file=.gitmodules submodule.git.url ../git/
git submodule init
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {