diff options
author | git user | 2024-05-27 18:04:11 +0200 |
---|---|---|
committer | git user | 2024-05-27 18:04:11 +0200 |
commit | c114a1175bf46bc339e450be51915d1787ba7cac (patch) | |
tree | 146896131b0350b6c6b83ec2a1b4fb478517662e | |
parent | 1c813f3ffa984d538f6a7d1f263000c588bf7931 (diff) | |
download | aur-empathy.tar.gz |
Upstream version update.
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -40,4 +40,3 @@ pkgbase = empathy sha256sums = f177f0dfc242018dd52e312637f513fd08f64aa991b45930cc3ea9a2576f795e pkgname = empathy - @@ -33,7 +33,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 |