summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fdf925e2f6e..c00305a7b7d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = empathy-git
pkgdesc = A GNOME instant messaging client using the Telepathy framework. Latest git checkout.
pkgver = 3.25.90.93+r13046.20210512.19a4dd3a4
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Apps/Empathy
arch = x86_64
arch = i686
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