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 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() {