Package Details: megasync-bin 6.1.1-1

Git Clone URL: https://aur.archlinux.org/megasync-bin.git (read-only, click to copy)
Package Base: megasync-bin
Description: Easy automated syncing between your computers and your MEGA cloud drive
Upstream URL: https://mega.nz/#sync
Licenses: custom
Conflicts: megasync, megatools
Provides: megasync
Submitter: rpanerai
Maintainer: rpanerai
Last Packager: rpanerai
Votes: 51
Popularity: 1.95
First Submitted: 2023-08-03 13:04 (UTC)
Last Updated: 2026-01-26 11:51 (UTC)

Latest Comments

1 2 3 4 Next › Last »

tee commented on 2025-11-03 09:36 (UTC) (edited on 2025-11-03 09:36 (UTC) by tee)

'''Key-ID: ''' [https://mega.nz/linux/repo/Arch_Extra/x86_64/DEB_Arch_Extra.key 8F208FBF12FEE766AA32AEAF03C3AD3A7F068E5D] (keys.openpgp.org)

Add this to your pacman.conf:

[DEB_Arch_Extra]
Server = https://mega.nz/linux/repo/Arch_Extra/$arch

FlashNoob98 commented on 2025-08-13 12:44 (UTC) (edited on 2025-08-13 12:47 (UTC) by FlashNoob98)

PKGBUILD for 5.15 version:

# Maintainer: Rodolfo Panerai <rodolfo.panerai at gmail dot com>
pkgname=megasync-bin
pkgver=5.15.0
pkgrel=1
pkgdesc="Easy automated syncing between your computers and your MEGA cloud drive"
arch=('x86_64')
url="https://mega.nz/#sync"
license=('custom')
provides=("megasync=$pkgver")
conflicts=('megasync'
           'megatools')
depends=('glibc>=2.33'
         'gcc-libs>=10.2.0'
         'qt5-base>=5.15'
         'qt5-tools>=5.15'
         'icu>=69.1'
         'sqlite'
         'openssl>=3.0.0'
         'zlib'
         'qt5-svg>=5.15'
         'qt5-x11extras'
         'bzip2'
         'xz'
         'libraw'
         'double-conversion>=3.1.5'
         'systemd'
         'freeimage'
         'qt5-graphicaleffects'
         'qt5-quickcontrols2'
         'qt5-quickcontrols')
optdepends=('sni-qt: fix systray issue on KDE and LXQt')
source=("https://mega.nz/linux/repo/Arch_Extra/x86_64/megasync-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
sha256sums=('38d9c9b748ca12ee9472736684b97fb5679a2d0d6ea496a20c3dc128b78e6fac')

package() {
    cp -R "${srcdir}/usr" "${pkgdir}/"
    cp -R "${srcdir}/opt" "${pkgdir}/"
    rm -rf "${pkgdir}/usr/share/icons/ubuntu-mono-dark"
    rm -rf "${pkgdir}/usr/share/doc"
}

kIERO commented on 2025-08-11 02:48 (UTC)

freeimage dependency gone?

rpanerai commented on 2025-06-09 10:42 (UTC)

@archisman: I am currently unable to maintain the aarch64 package as I don't have the necessary hardware. However, I will gladly accept contributions from people interested in providing support for other architectures.

archisman commented on 2025-06-06 13:28 (UTC)

Mega officially supports aarch64 via a deb file. Could you add support for aarch64 using the deb file?

iTrooz commented on 2025-05-25 15:48 (UTC)

Build is failing for me

==> Making package: megasync-bin 5.11.1-3 (Sun 25 May 2025 17:47:03 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading megasync-5.11.1-3-x86_64.pkg.tar.zst...
** Resuming transfer from byte position 27197440
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (33) HTTP server does not seem to support byte ranges. Cannot resume.
==> ERROR: Failure while downloading https://mega.nz/linux/repo/Arch_Extra/x86_64/megasync-5.11.1-3-x86_64.pkg.tar.zst
    Aborting...
 -> error making: megasync-bin-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
megasync-bin - exit status 1

JPT48 commented on 2025-05-13 15:20 (UTC) (edited on 2025-05-13 15:21 (UTC) by JPT48)

build fails for me, any ideas?

Building megasync...
==> Making package: megasync 5.11.1.0-1 (Di 13 Mai 2025 17:18:23 CEST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating MEGAsync git repo...
-> Updating meganz-sdk git repo...
-> Found 010-megasync-freeimage-remove-obsolete-ffmpeg-macros.patch
-> Found 020-megasync-sdk-fix-cmake-dependencies-detection.patch 
==> ERROR: 030-megasync-app-fix-cmake-dependencies-detection.patch was not found in the build directory and is not a URL.
Error: Failed to build megasync

gustawdaniel commented on 2025-04-12 06:26 (UTC)

Immediately after opening megasync window is showed and closed without any logs.

After opening it a few times window with login is visible but when I clicking "login" app crashes and is closed without logs.

Mega version: 5.10.1 64-bit b53514e. I am using i3.

rpanerai commented on 2025-03-04 20:39 (UTC)

@justbispo: The official package does conflict with megatools. I am not sure whether the conflict is only nominal and could be lifted without any real problem. I tend to believe that is the case. Perhaps people could give it a go and report whether it works for them.