summarylogtreecommitdiffstats
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
parent142d73d3255372932a708ade229c4084a709a425 (diff)
downloadaur-992eee0b4b20d2025ce0d6c7bb99073de6d4aebc.tar.gz
upgpkg: megasync 4.6.8.0-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c89404f8da0..fe7b2dfccddc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = megasync
pkgdesc = Easy automated syncing between your computers and your MEGA cloud drive
pkgver = 4.6.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/meganz/MEGAsync
arch = i686
arch = x86_64
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"