summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad153897150e..5b7a5687127b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = megasync
pkgdesc = Sync your files to your Mega account. Official app
- pkgver = 3.7.1.0
- pkgrel = 2
+ pkgver = 4.0.2.0
+ pkgrel = 1
url = https://github.com/meganz/MEGAsync
arch = i686
arch = x86_64
@@ -19,9 +19,10 @@ pkgbase = megasync
depends = qt5-svg
depends = libmediainfo
depends = libraw
+ depends = qt5-base
optdepends = sni-qt: fix systray issue on KDE and LXQt
- source = git+https://github.com/meganz/MEGAsync.git#tag=v3.7.1.0_Linux
- source = git+https://github.com/meganz/sdk.git
+ source = git+https://github.com/meganz/MEGAsync.git#tag=v4.0.2.0_Linux
+ source = git+https://github.com/meganz/sdk.git#commit=4dea1c5c03589655a1187dbea60dce2df1a69188
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1961faa6f29f..cdb56fa23cf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,19 +6,20 @@
# Contributor: Hexchain Tong <i at hexchain dot org>
pkgname=megasync
-_extname=Linux
-pkgver=3.7.1.0
-pkgrel=2
+pkgver=4.0.2.0
+pkgrel=1
pkgdesc="Sync your files to your Mega account. Official app"
arch=('i686' 'x86_64')
url="https://github.com/meganz/MEGAsync"
license=('custom:MEGA LIMITED CODE REVIEW LICENCE')
depends=('c-ares' 'crypto++' 'libsodium' 'hicolor-icon-theme' 'libuv'
- 'qt5-svg' 'libmediainfo' 'libraw')
+ 'qt5-svg' 'libmediainfo' 'libraw' 'qt5-base')
makedepends=('qt5-tools' 'swig' 'doxygen' 'lsb-release' 'git')
optdepends=('sni-qt: fix systray issue on KDE and LXQt')
+_extname=Linux
+_sdk_commit="4dea1c5c03589655a1187dbea60dce2df1a69188"
source=("git+https://github.com/meganz/MEGAsync.git#tag=v${pkgver}_${_extname}"
- "git+https://github.com/meganz/sdk.git")
+ "git+https://github.com/meganz/sdk.git#commit=${_sdk_commit}")
sha256sums=('SKIP'
'SKIP')