summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Petri2022-12-27 18:59:36 +0100
committerRichard Petri2022-12-27 18:59:56 +0100
commit044c0865366a1f2e33bbcdfc0e0c91d8ef2b7d5a (patch)
tree75582521bf592aa8fffd86511efe02a0cacdb6be
parent82cb067e4382643a9e6cc58bfa84ee414d7a9ca9 (diff)
downloadaur-044c0865366a1f2e33bbcdfc0e0c91d8ef2b7d5a.tar.gz
Add fix for submodule problem
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4652fb10bd1d..043401a8a1a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = prjoxide-git
pkgdesc = Project Oxide LatticeSemi 28nm Nexus FPGA Bitstream Database
- pkgver = r348.b5d88c3
+ pkgver = r441.ea89720
pkgrel = 1
url = https://github.com/gatecat/prjoxide
arch = i686
@@ -20,4 +20,3 @@ pkgbase = prjoxide-git
sha256sums = SKIP
pkgname = prjoxide-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2d30168b9d6c..0d1e5c7e82e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Richard Petri <git@rpls.de>
pkgname=prjoxide-git
-pkgver=r348.b5d88c3
+pkgver=r441.ea89720
pkgrel=1
pkgdesc='Project Oxide LatticeSemi 28nm Nexus FPGA Bitstream Database'
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ prepare() {
git submodule init
git config submodule.database.url "$srcdir/database"
git config submodule.3rdparty/fpga-interchange-schema.url "$srcdir/fpga-interchange-schema"
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {