aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchimede2017-11-10 22:42:00 +0800
committerarchimede2017-11-10 22:42:00 +0800
commit56fba98a1f7428417efd590aa990b836d9001625 (patch)
tree3083cf8bbde7f0e9be2114ff57cc61779c63f88e
parent738f39e259792429e2a9c4acfc2ca95d37b89567 (diff)
downloadaur-56fba98a1f7428417efd590aa990b836d9001625.tar.gz
upgrade to version 3.2.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60a68998251f..61ecf373568e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = megasync-headless
pkgdesc = Sync with MEGA. Daemon, fuse and cli client. Original sdk (git).
- pkgver = v3.2.0.0.g3604ab78
+ pkgver = v3.2.4.0.gde2915dc
pkgrel = 1
url = https://mega.co.nz/#sync
install = megasync-headless.install
@@ -18,7 +18,7 @@ pkgbase = megasync-headless
options = !buildflags
backup = usr/lib/systemd/system/megasyncd@.service
backup = etc/conf.d/megasync.conf
- source = git+https://github.com/meganz/sdk.git#tag=v3.2.0
+ source = git+https://github.com/meganz/sdk.git#tag=v3.2.4
source = megasyncd@.service
source = megasync.conf
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 539e4222c09d..db2127e3aa14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Archimede Pitagorico <archimede.pitagorico@mail.com>
pkgname=megasync-headless
-pkgver=v3.2.0.0.g3604ab78
+pkgver=v3.2.4.0.gde2915dc
pkgrel=1
pkgdesc="Sync with MEGA. Daemon, fuse and cli client. Original sdk (git)."
arch=('x86_64')
url='https://mega.co.nz/#sync'
license=('custom:MEGA')
-source=('git+https://github.com/meganz/sdk.git#tag=v3.2.0'
+source=('git+https://github.com/meganz/sdk.git#tag=v3.2.4'
'megasyncd@.service'
'megasync.conf'
)
@@ -51,8 +51,8 @@ prepare() {
build() {
cd sdk
- make examples/megacli
- make examples/megasimplesync
+ make examples/megacli CPPFLAGS=-Wno-deprecated-declarations
+ make examples/megasimplesync CPPFLAGS=-Wno-deprecated-declarations
}
package() {
@@ -60,7 +60,7 @@ package() {
install -Dm600 megasync.conf "${pkgdir}/etc/conf.d/megasync.conf"
cd sdk
- make DESTDIR=${pkgdir} install
+ make CPPFLAGS=-Wno-deprecated-declarations DESTDIR=${pkgdir} install
# we do not need the include files
rm -rf "${pkgdir}/usr/local/include"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"