summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--010-megasync-libpdfium.patch2
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1c635a1407a..ddd981377db4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = megasync
pkgdesc = Official MEGA desktop application for syncing with MEGA Cloud Drive
- pkgver = 4.12.2.0
+ pkgver = 5.2.0.0
pkgrel = 1
url = https://github.com/meganz/MEGAsync/
arch = x86_64
@@ -31,13 +31,13 @@ pkgbase = megasync
depends = sqlite
depends = zlib
depends = hicolor-icon-theme
- source = git+https://github.com/meganz/MEGAsync.git#tag=v4.12.2.0_OSX
+ source = git+https://github.com/meganz/MEGAsync.git#tag=v5.2.0.0_Linux
source = meganz-sdk::git+https://github.com/meganz/sdk.git
source = 010-megasync-libpdfium.patch
source = 020-megasync-ffmpeg.patch
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = 99c9e5fc8fd169aabe155293ad7ca3349ed35222d020a3c0592b5b788016c966
+ sha256sums = 9a1c1b15f99a5858f91f892a17f80dc3ad08850b90e07d8226f1f2412c97025a
sha256sums = 49690421d98e8f61a600ee1ec97adc3e4d1cbe2f736fcf56056da23d02db378b
pkgname = megasync
diff --git a/010-megasync-libpdfium.patch b/010-megasync-libpdfium.patch
index 9e9812481304..ca8d3fc4814b 100644
--- a/010-megasync-libpdfium.patch
+++ b/010-megasync-libpdfium.patch
@@ -1,6 +1,6 @@
--- a/bindings/qt/sdk.pri
+++ b/bindings/qt/sdk.pri
-@@ -294,6 +294,11 @@ CONFIG(USE_PDFIUM) {
+@@ -295,6 +295,11 @@ CONFIG(USE_PDFIUM) {
DEFINES += HAVE_PDFIUM
LIBS += -lpdfium
}
diff --git a/PKGBUILD b/PKGBUILD
index 8476ccc5bbb5..1af2ec328000 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Hexchain Tong <i at hexchain dot org>
pkgname=megasync
-pkgver=4.12.2.0
+pkgver=5.2.0.0
pkgrel=1
pkgdesc='Official MEGA desktop application for syncing with MEGA Cloud Drive'
arch=('x86_64')
@@ -18,13 +18,13 @@ depends=('c-ares' 'crypto++' 'curl' 'ffmpeg' 'freeimage' 'icu' 'libmediainfo'
'qt5-base' 'qt5-quickcontrols' 'qt5-svg' 'qt5-x11extras' 'sqlite' 'zlib'
'hicolor-icon-theme')
makedepends=('git' 'doxygen' 'lsb-release' 'qt5-tools' 'swig')
-source=("git+https://github.com/meganz/MEGAsync.git#tag=v${pkgver}_OSX"
+source=("git+https://github.com/meganz/MEGAsync.git#tag=v${pkgver}_Linux"
'meganz-sdk'::'git+https://github.com/meganz/sdk.git'
'010-megasync-libpdfium.patch'
'020-megasync-ffmpeg.patch')
sha256sums=('SKIP'
'SKIP'
- '99c9e5fc8fd169aabe155293ad7ca3349ed35222d020a3c0592b5b788016c966'
+ '9a1c1b15f99a5858f91f892a17f80dc3ad08850b90e07d8226f1f2412c97025a'
'49690421d98e8f61a600ee1ec97adc3e4d1cbe2f736fcf56056da23d02db378b')
prepare() {