aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorarchimede2020-03-21 19:45:15 +0800
committerarchimede2020-03-21 19:45:15 +0800
commit69380ca5d5051119ff7a8aa6cd5787f6a7e34745 (patch)
treea3e0f44fd80dff2c6dcb32dd139e9d2d5331c31b
parenta50163aeb50ff21ff94e0183784d7c4a9a625ae2 (diff)
downloadaur-69380ca5d5051119ff7a8aa6cd5787f6a7e34745.tar.gz
upgrade to 3.6.8: added sodium dependency (it is no longer possible to build without it)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea425eb9e817..4a7eb27ed2ae 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.6.0.0.gf293e3aa
+ pkgver = v3.6.8.0.g93cc57d75
pkgrel = 1
url = https://mega.co.nz/#sync
install = megasync-headless.install
@@ -12,13 +12,14 @@ pkgbase = megasync-headless
depends = crypto++
depends = zlib
depends = openssl
+ depends = libsodium
conflicts = megasync
conflicts = megasync-git
conflicts = megatools
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.6.0
+ source = git+https://github.com/meganz/sdk.git#tag=v3.6.8
source = megasyncd@.service
source = megasync.conf
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7a2379063d11..22a5f792fb61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Archimede Pitagorico <archimede.pitagorico@mail.com>
pkgname=megasync-headless
-pkgver=v3.6.0.0.gf293e3aa
+pkgver=v3.6.8.0.g93cc57d75
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.6.0'
+source=('git+https://github.com/meganz/sdk.git#tag=v3.6.8'
'megasyncd@.service'
'megasync.conf'
)
@@ -24,6 +24,7 @@ depends=('c-ares'
'crypto++'
'zlib'
'openssl'
+ 'libsodium'
)
makedepends=('git'
)
@@ -45,7 +46,6 @@ prepare() {
./configure \
--without-freeimage \
- --without-sodium \
--without-sqlite
}