summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc5b272155ee..dd18e4cbd26e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = megasync
pkgdesc = Sync your files to your Mega account. Official app
- pkgver = 3.6.0.0
- pkgrel = 3
+ pkgver = 3.6.5.0
+ pkgrel = 1
url = https://github.com/meganz/megasync
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = megasync
depends = qt5-svg
depends = libmediainfo
optdepends = sni-qt: fix systray issue on KDE and LXQt
- source = git+https://github.com/meganz/MEGAsync.git#tag=v3.6.0.0_Linux
+ source = git+https://github.com/meganz/MEGAsync.git#tag=v3.6.5.0_Linux
md5sums = SKIP
pkgname = megasync
diff --git a/PKGBUILD b/PKGBUILD
index f9744f4d4d93..2922ad5b3ecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Hexchain Tong <i at hexchain dot org>
pkgname=megasync
-pkgver=3.6.0.0
-pkgrel=3
+pkgver=3.6.5.0
+pkgrel=1
pkgdesc="Sync your files to your Mega account. Official app"
arch=('i686' 'x86_64')
url="https://github.com/meganz/megasync"
@@ -20,9 +20,6 @@ md5sums=('SKIP')
prepare(){
cd "${srcdir}/MEGAsync"
git submodule update --init --recursive
- # Fix crypto++-6 issue
- cd "${srcdir}/MEGAsync/src/MEGASync/mega"
- git checkout 222594ea17e6fe4fca9b42b28e3cce335c2ca60e
}
build(){
@@ -43,7 +40,8 @@ build(){
--with-sqlite \
--with-zlib \
--without-freeimage \
- --without-termcap
+ --without-termcap \
+ --without-ffmpeg
cd "${srcdir}/MEGAsync/src"
qmake-qt5 CONFIG+="release" MEGA.pro