summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkikadf2018-05-06 19:37:41 +0200
committerkikadf2018-05-06 19:37:41 +0200
commit82a040ed16ae67f46455923609f5a32e6f4c29ae (patch)
tree8677191e664c03f3f64388dd264c53208c77b908 /PKGBUILD
parent58ea62f50f81470e22a884d9272079d2d0f93016 (diff)
downloadaur-82a040ed16ae67f46455923609f5a32e6f4c29ae.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 4 insertions, 6 deletions
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