summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d30db1100e2..36d73e87b069 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mono-git
pkgdesc = Free implementation of the .NET platform including runtime and compiler
- pkgver = 6.12.0.173.r1404.5977f1ca545
+ pkgver = 6.12.0.205.r1487.89f1d3cc22f
pkgrel = 1
url = http://www.mono-project.com/
install = mono.install
diff --git a/PKGBUILD b/PKGBUILD
index 1cba31d67f58..1d21ce2e453c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='mono-git'
_gitname='mono'
-pkgver=6.12.0.173.r1404.5977f1ca545
+pkgver=6.12.0.205.r1487.89f1d3cc22f
pkgrel=1
pkgdesc='Free implementation of the .NET platform including runtime and compiler'
url='http://www.mono-project.com/'
@@ -88,7 +88,7 @@ prepare() {
local submodule="external/${module}"
git submodule init "${submodule}"
git config "submodule.${submodule}.url" "${srcdir}/${module}"
- git submodule update "${submodule}"
+ git -c protocol.file.allow=always submodule update "${submodule}"
done
}