summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLinuxUserGD2023-12-20 16:00:41 +0000
committerLinuxUserGD2023-12-20 16:00:41 +0000
commitcf7f912930d833333a522ec84d7609c5aa07a524 (patch)
treef89e4031fb1f8302fc94cc7360e74e4af636caff /PKGBUILD
parent6f8598fa4ab9d7f50a6184373d57ecc95e6c13eb (diff)
downloadaur-mono-git.tar.gz
upgpkg: mono-git 6.12.0.205.r1487.89f1d3cc22f
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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
}