summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafał Kozdrój2022-10-23 21:52:46 +0200
committerRafał Kozdrój2022-10-23 22:32:03 +0200
commit992eee0b4b20d2025ce0d6c7bb99073de6d4aebc (patch)
tree68516f7276755ab81e0698d6cb89214cc45a01b8 /PKGBUILD
parent142d73d3255372932a708ade229c4084a709a425 (diff)
downloadaur-992eee0b4b20d2025ce0d6c7bb99073de6d4aebc.tar.gz
upgpkg: megasync 4.6.8.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 855696836d11..60625269ab62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=megasync
pkgver=4.6.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Easy automated syncing between your computers and your MEGA cloud drive"
arch=('i686' 'x86_64')
url="https://github.com/meganz/MEGAsync"
@@ -30,7 +30,7 @@ prepare() {
cd "MEGAsync"
git submodule init
git config submodule.src/MEGASync/mega.url "../meganz-sdk"
- git submodule update
+ git -c protocol.file.allow=always submodule update
cd "src/MEGASync/mega"
patch -Np1 -i "$srcdir/pdfium.patch"