Package Details: megasync 5.4.1.0-1

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: 0.61
First Submitted: 2014-09-01 18:12 (UTC)
Last Updated: 2024-08-14 21:02 (UTC)

Sources (6)

Latest Comments

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

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')

Hermen commented on 2015-01-27 05:37 (UTC)

Now megasync is 1.0.38 on Debian, Just edit PKGBUILD and replace 1.0.37 with 1.0.38 and MD5sum: d53a8a3169b8873096a5d302b9936bd1 For AMD65 MD5sum: 08d5a39bf315aaedcf2784a6419b3fa4 For i386 it works

toketin commented on 2015-01-19 22:03 (UTC)

I can confirm md5sum fe55cadccd448572dce58e71c1d78597 works for amd64.

snvelichko commented on 2015-01-19 17:26 (UTC)

Please. Change in PKGBUILD. Architecture: i386 MD5sum: 4fb1d056439bcb0b15c4920353b7c9e5 Info: https://mega.co.nz/linux/MEGAsync/Debian_7.0/Packages

johnsmeeth commented on 2015-01-04 13:07 (UTC)

I just resolved my problem by, download direct this file https://mega.co.nz/linux/MEGAsync/Debian_7.0/amd64/megasync_1.0.37_amd64.deb to the same directory with PKGBUILD file. then run makepkg -s. But Please tell me what reason for my problem?

johnsmeeth commented on 2015-01-04 12:50 (UTC)

I got an error "Failed to connect to mega.co.nz port 443: Network is unreachable " when run command "makepkg -s". Please help me solve