summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2fc624f39b4a..2738f5960e8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Adam Harvey <adam@adamharvey.name>
pkgname=apfs-fuse-git
-pkgver=r77.670e45e
+pkgver=r93.04f3246
pkgrel=1
pkgdesc="FUSE driver for APFS (Apple File System)"
arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@ prepare() {
cd "${pkgname%-git}"
git submodule init
git config submodule.3rdparty/lzfse.url "$srcdir/lzfse"
- git submodule update
+ git -c protocol.file.allow=always submodule update
mkdir -p build
}