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.18
First Submitted: 2014-09-01 18:12 (UTC)
Last Updated: 2024-10-06 03:37 (UTC)

Sources (5)

Latest Comments

« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 52 Next › Last »

kikadf commented on 2018-08-17 12:20 (UTC)

@JotEs: don't understand. megasync-3.6.7-1 (in your commit) versus megasync-3.6.6.0-4 (AUR package version)

JotEs commented on 2018-08-17 10:11 (UTC)

Mir wird seit einigen Tagen angeboten: Pakete (1) megasync-3.6.7-1 Aber: Fehler: Konnte Datei 'megasync-3.6.7-1-x86_64.pkg.tar.xz' nicht von mega.nz übertragen : HTTP server doesn't seem to support byte ranges. Cannot resume. Warnung: Konnte einige Dateien nicht übertragen Fehler: Konnte den Vorgang nicht durchführen (Fehler in der Bibliothek für Downloads) Fehler sind aufgetreten, keine Pakete wurden aktualisiert.

kikadf commented on 2018-08-05 10:38 (UTC) (edited on 2018-08-05 10:38 (UTC) by kikadf)

@erayerdin, autoconf and automake is part of the base packages as well.

erayerdin commented on 2018-08-02 09:09 (UTC) (edited on 2018-08-02 09:11 (UTC) by erayerdin)

autoconf installed, yet there is still one error:

autoreconf: running: aclocal -I m4 --output=aclocal.m4t Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory

For those who get this error, install autoconf and automake. It builds successfully.

simona commented on 2018-06-20 20:11 (UTC)

Wayland support for tray?

kikadf commented on 2018-06-13 14:27 (UTC)

@pedrogabriel: do you have installed autoconf package?

pedrogabriel commented on 2018-06-13 13:53 (UTC)

The package does not build.

==> Iniciando build()... ./autogen.sh: linha 2: autoreconf: comando não encontrado ==> ERRO: Uma falha ocorreu em build(). Abortando... Error making: megasync

kikadf commented on 2018-06-02 18:32 (UTC)

@wyre: I can't help. Try to make a lib32-crypto++ package, and use this as dependency. Linking doesn't work.

kikadf commented on 2018-06-02 18:21 (UTC) (edited on 2018-06-02 18:22 (UTC) by kikadf)

@FFY00: I use the latest release as source, not from tarball, but from git tag. It is not a -git package. I use this method, because need the mega-sdk source to the build, what is a submodule in the megasync git repo, so this is the easiest way to get the whole source. Altough I don't like this, because the megasync source is the latest release, but the mega-sdk source is not. I will try to find a good solution to use the latest mega-sdk release as source.

FFY00 commented on 2018-06-01 23:05 (UTC) (edited on 2018-06-01 23:05 (UTC) by FFY00)

You are using the git repository as a source. Normal packages, and by normal I mean non -git or other vcs, should have a valid checksum. Since this is released on github, you can just use the automatically generated .tar.gz release file as a source.

You can check out this sample PKGBUILD: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=limesuite

Info about -git packages: https://wiki.archlinux.org/index.php/Arch_User_Repository#What_is_the_difference_between_foo_and_foo-git_packages.3F

Thanks for your time :)