summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolay Bryskin2022-10-26 15:50:17 +0300
committerNikolay Bryskin2022-10-26 15:50:17 +0300
commit30909acd8e1c1e53706aa16b90064d56ff5c9f5d (patch)
treec82b434249da3a4dfba57712a3b75366fcbb4e19
parentd45a64884274145e618248553fb9b56175bcce5f (diff)
downloadaur-30909acd8e1c1e53706aa16b90064d56ff5c9f5d.tar.gz
Fix submodule fetch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 642733025d05..a5848fc90bbf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-shell-screencast-vaapi
pkgdesc = Next generation desktop shell (screencast records with VAAPI)
pkgver = 42.4
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://wiki.gnome.org/Projects/GnomeShell
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 98b1fd6b2bd0..a3edace7791e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=gnome-shell-screencast-vaapi
pkgver=42.4
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Next generation desktop shell (screencast records with VAAPI)"
url="https://wiki.gnome.org/Projects/GnomeShell"
@@ -46,7 +46,7 @@ prepare() {
patch -p1 < ../../screencast-vaapi.patch
git submodule init
git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {