summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgit user2024-01-25 13:53:34 +0100
committergit user2024-01-25 13:53:34 +0100
commit262ce8c869ec6a3a891255a1ce26e2ac0f21c31c (patch)
treee49a1ca534ca7b3a1a8cbad8bb5a26f5961cbe96 /PKGBUILD
parent18fb007180d97c6b48c67c08b1b59f079e34fede (diff)
downloadaur-262ce8c869ec6a3a891255a1ce26e2ac0f21c31c.tar.gz
Fixed git submodules.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20d9bb518e9d..769bba0fd0de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='empathy'
pkgname="${_pkgname}-git"
pkgver=3.25.90.93+r13046.20210512.19a4dd3a4
-pkgrel=1
+pkgrel=2
pkgdesc="A GNOME instant messaging client using the Telepathy framework. Latest git checkout."
url="https://wiki.gnome.org/Apps/Empathy"
arch=(
@@ -75,7 +75,7 @@ prepare() {
git submodule init
git config --local submodule.telepathy-account-widgets.url "$srcdir/telepathy-account-widgets"
- git submodule update
+ git -c protocol.file.allow=always submodule update
patch -Np1 -i ../enchant-2.patch