Package Details: megasync 5.5.0.0-2

Git Clone URL: https://aur.archlinux.org/megasync.git (read-only, click to copy)
Package Base: megasync
Description: Official MEGA desktop application for syncing with MEGA Cloud Drive
Upstream URL: https://github.com/meganz/MEGAsync/
Licenses: LicenseRef-Mega-Limited-Code-License
Submitter: son_link
Maintainer: dbermond
Last Packager: dbermond
Votes: 381
Popularity: 1.20
First Submitted: 2014-09-01 18:12 (UTC)
Last Updated: 2024-10-06 03:37 (UTC)

Latest Comments

« First ‹ Previous 1 .. 43 44 45 46 47 48 49 50 51 52 Next › Last »

phongvcao commented on 2015-02-13 17:12 (UTC)

Thanks Zeben it works now. I think the md5 checksum has been recalculated somehow by the owner of this package :D > phongvcao, update md5 for amd64-package in PKGBUILD: > 26a84f077cd60f177ba3e0b2bef43141

kiritoxcii commented on 2015-02-12 16:36 (UTC)

Hello, synce January 30 I can't update nor reinstall megasync because of this error, Has anyone the same problem?: /usr/bin/makepkg: line 374: 564 Illegal instruction (core dumped) /usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o megasync_1.0.39_amd64.deb.part https://mega.co.nz/linux/MEGAsync/Debian_7.0/amd64/megasync_1.0.39_amd64.deb ==> ERROR: Failure while downloading megasync_1.0.39_amd64.deb Aborting... ==> ERROR: Makepkg was unable to build megasync.

Zeben commented on 2015-02-11 22:59 (UTC)

phongvcao, update md5 for amd64-package in PKGBUILD: 26a84f077cd60f177ba3e0b2bef43141

phongvcao commented on 2015-02-11 04:41 (UTC)

I am using Arch Linux x86_64 with all latest updates. Tried to install the package and yaourt gave me this error: ==> Validating source files with md5sums... megasync_1.0.39_amd64.deb ... FAILED ==> ERROR: One or more files did not pass the validity check! ==> ERROR: Makepkg was unable to build megasync. ==> Restart building megasync ? [y/N] ==> --------------------------------- ==> Anyone knows how to deal with this?

delaf commented on 2015-02-09 19:51 (UTC)

The md5sum for the two deb packages has changed. $ md5sum megasync_1.0.39_* 26a84f077cd60f177ba3e0b2bef43141 megasync_1.0.39_amd64.deb d58e1a400ece93b8e8214e606820e46e megasync_1.0.39_i386.deb

cdvr1993 commented on 2015-02-04 01:46 (UTC)

This script doesn't work for me, I had to change this: package (){ cd "${srcdir}" wget $([ $(uname -m) = "x86_64" ] \ && echo ${source_x86_64} \ || echo ${source_i686}) ar -vx * tar -xzf data.tar.gz -C ${pkgdir} rm -r ${pkgdir}/usr/share/doc mkdir -p ${pkgdir}/usr/lib ln -s /usr/lib/libcryptopp.so ${pkgdir}/usr/lib/libcrypto++.so.9 }

wifon commented on 2015-02-03 16:27 (UTC)

now it works.

wifon commented on 2015-02-01 13:07 (UTC)

there's 404 error on .deb download

jotamylogins commented on 2015-02-01 05:33 (UTC)

Updated Version Edit PKGBUILD pkgver=1.0.39 source_i686=("https://mega.co.nz/linux/MEGAsync/Debian_7.0/i386/${pkgname}_${pkgver}_i386.deb") source_x86_64=("https://mega.co.nz/linux/MEGAsync/Debian_7.0/amd64/${pkgname}_${pkgver}_amd64.deb") md5sums_i686=('e31e755cfa36998315bf34dacfbcfd22') md5sums_x86_64=('9c06fe45333162b811aabf89b68b2c0c') Visit: https://mega.co.nz/linux/MEGAsync/Debian_7.0/Packages

sl1pkn07 commented on 2015-01-27 15:24 (UTC)

please use new pacman 4.2 sources handler source_i686=("https://mega.co.nz/linux/MEGAsync/Debian_7.0/i386/${pkgname}_${pkgver}_i386.deb") source_x86_64=("https://mega.co.nz/linux/MEGAsync/Debian_7.0/amd64/${pkgname}_${pkgver}_amd64.deb") md5sums_i686=('08d5a39bf315aaedcf2784a6419b3fa4') md5sums_x86_64=('d53a8a3169b8873096a5d302b9936bd1')