summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafał Kozdrój2020-12-21 20:45:18 +0100
committerRafał Kozdrój2020-12-21 20:45:18 +0100
commit4051c03b31e496ac86204ab2d04183f085a204c3 (patch)
tree0925927a3cd34843ac285d8302500d484abfc871
parentfe3f51b39ad7c3e11a43f212a0148bed6c0a308b (diff)
downloadaur-4051c03b31e496ac86204ab2d04183f085a204c3.tar.gz
upgpkg: megasync 4.3.8.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--add-missing-include.patch9
3 files changed, 4 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e03a78673a90..3ff6b82e0d5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = megasync
pkgdesc = Easy automated syncing between your computers and your MEGA cloud drive
- pkgver = 4.3.7.0
+ pkgver = 4.3.8.0
pkgrel = 1
url = https://github.com/meganz/MEGAsync
arch = i686
@@ -23,7 +23,7 @@ pkgbase = megasync
depends = qt5-base
depends = ffmpeg
depends = libpdfium
- source = git+https://github.com/meganz/MEGAsync.git#tag=v4.3.7.0_Linux
+ source = git+https://github.com/meganz/MEGAsync.git#tag=v4.3.8.0_Win
source = meganz-sdk::git+https://github.com/meganz/sdk.git
source = pdfium.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cdb255fdfda0..222294efdcfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Hexchain Tong <i at hexchain dot org>
pkgname=megasync
-pkgver=4.3.7.0
+pkgver=4.3.8.0
pkgrel=1
pkgdesc="Easy automated syncing between your computers and your MEGA cloud drive"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ depends=('c-ares' 'crypto++' 'libsodium' 'hicolor-icon-theme' 'libuv'
'qt5-svg' 'qt5-x11extras' 'libmediainfo' 'libraw' 'qt5-base'
'ffmpeg' 'libpdfium')
makedepends=('qt5-tools' 'swig' 'doxygen' 'lsb-release' 'git')
-_extname="_Linux"
+_extname="_Win"
source=("git+https://github.com/meganz/MEGAsync.git#tag=v${pkgver}${_extname}"
"meganz-sdk::git+https://github.com/meganz/sdk.git"
"pdfium.patch")
diff --git a/add-missing-include.patch b/add-missing-include.patch
deleted file mode 100644
index 8a1e33282238..000000000000
--- a/add-missing-include.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/gui/MegaSpeedGraph.h 2020-06-02 12:09:44.022682627 -0400
-+++ b/gui/MegaSpeedGraph.h 2020-06-02 12:10:04.795994597 -0400
-@@ -1,6 +1,7 @@
- #ifndef MEGASPEEDGRAPH_H
- #define MEGASPEEDGRAPH_H
-
-+#include <QPainterPath>
- #include <QWidget>
- #include "megaapi.h"