summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2022-11-14 08:29:16 -0300
committerDaniel Bermond2022-11-14 08:29:16 -0300
commit804e6bf81f56db4b4060695c2cc85f9d28c478f3 (patch)
tree2b1520e03445c0540b3daca23954e58865b5aabd /PKGBUILD
parent3d02ecb8fe8363fde104981a63b8bf9f409aed09 (diff)
downloadaur-efifs-git.tar.gz
Fix git submodules
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2c017b1ed97..336b91e9799f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=efifs-git
-pkgver=1.8.r1.ge44d7c6
+pkgver=1.9.r0.g3ac43bb
pkgrel=1
pkgdesc='Standalone EFI file system drivers (git version)'
arch=('any')
@@ -22,7 +22,7 @@ prepare() {
git -C efifs submodule init
git -C efifs config --local submodule.grub.url "${srcdir}/grub"
git -C efifs config --local submodule.gnu-efi.url "${srcdir}/gnu-efi"
- git -C efifs submodule update
+ git -C efifs -c protocol.file.allow='always' submodule update
patch -d efifs/grub -Np1 -i "${srcdir}/efifs/0001-GRUB-fixes.patch"