summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGustavo Parreira2022-10-26 19:29:29 +0100
committerGustavo Parreira2022-10-26 19:29:29 +0100
commit563d344e9020717c9db77cc8b43ef5fab8275f0c (patch)
tree3a615fbe62e3f29d2606462d41dc5ca13aef379f /PKGBUILD
parent31f0a22b5357ce530f417f337adf5f35258b5de2 (diff)
downloadaur-wxrd-git.tar.gz
fix: no longer using internal git API
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 16966219c4c2..c5b040456f0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_basename='wxrd'
pkgname="$_basename-git"
pkgver=0.16.0.r46.a548783
-pkgrel=4
+pkgrel=5
pkgdesc="A prototype-quality standalone client for xrdesktop based on wlroots and the wxrc codebase."
arch=('i686' 'x86_64')
url="https://gitlab.freedesktop.org/xrdesktop/wxrd"
@@ -53,7 +53,7 @@ prepare() {
git submodule init
git config submodule.subprojects/wlroots.url "$srcdir"/wlroots
- git submodule--helper update
+ git -c protocol.file.allow=always submodule update
}
build() {