summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Arndt2022-11-28 17:59:04 +0100
committerChristopher Arndt2022-11-28 17:59:04 +0100
commit8284bcb989f2ac37e87a29a882b739db2244d40b (patch)
tree92f1d3ec282f8fa1ac56e0f95ad96688914d3db3 /PKGBUILD
parentcb0077154bc7e962c6902a36571b62998ce99eb0 (diff)
downloadaur-mamba-git.tar.gz
Fix git submodule setup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 588bfb12107e..0a4a84e54f16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_reponame=Mamba
_pkgname="${_reponame,,}"
pkgname="${_pkgname}-git"
-pkgver=2.3.r5.g8b4552f
+pkgver=2.3.r7.g1ea2494
pkgrel=1
pkgdesc="A virtual MIDI keyboard and file player/recorder for ALSA/JACK (git version)"
arch=('i686' 'x86_64')
@@ -36,7 +36,7 @@ prepare() {
git submodule init
git config submodule.libxputty.url "${srcdir}/libxputty"
- git submodule update
+ git -c protocol.file.allow=always submodule update
sed -i '/update-desktop-database/d' src/Makefile
}