summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2023-09-24 12:56:34 +0000
committerXiretza2023-09-24 12:56:53 +0000
commit5c71f0c6205c5a7e3a7aa41db95333e0c637013a (patch)
tree5162885ebf012154b8ac3c6e62de272ecd08807f
parent829c6e4dc8d124d099926def98eec75ea3f438c2 (diff)
downloadaur-prjxray-git.tar.gz
Fix git submodule cloning
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1015980bf9bc..aecfb7ceee37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = prjxray-git
pkgdesc = Documenting the Xilinx 7-series bit-stream format
- pkgver = r3602.51132a11
+ pkgver = r3800.3418f9b5
pkgrel = 1
url = https://github.com/SymbiFlow/prjxray
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8bb8180a7810..54ee33a9288e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase=prjxray
pkgbase="$_pkgbase-git"
pkgname=("$_pkgbase-tools-git" "python-$_pkgbase-git")
-pkgver=r3602.51132a11
+pkgver=r3800.3418f9b5
pkgrel=1
pkgdesc="Documenting the Xilinx 7-series bit-stream format"
arch=(x86_64)
@@ -52,7 +52,7 @@ prepare() {
done
cd third_party
- git submodule update "${_mods[@]}"
+ git -c protocol.file.allow=always submodule update "${_mods[@]}"
}
build() {