Package Details: megasync-bin 6.5.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: 56
Popularity: 1.14
First Submitted: 2023-08-03 13:04 (UTC)
Last Updated: 2026-08-21 16:38 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

phantome commented on 2026-08-20 19:47 (UTC)

PKGBUILD needs update. New version is 6.5.1 pkgrel 1 . And ofc new sha256sum.

If anyone wants to build it until maintainer fixes the PKGBUILD you can download the updated here: http://dione.root.sx:8095/upload/bWlAWd

ruonim commented on 2026-06-14 11:15 (UTC) (edited on 2026-06-14 11:17 (UTC) by ruonim)

pkgname=megasync-bin
pkgver=6.4.0
pkgrel=3
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-svg'
         'qt5-x11extras'
         'qt5-graphicaleffects'
         'qt5-declarative'
         'qt5-quickcontrols2'
         'qt5-quickcontrols')
optdepends=('xdg-desktop-portal: follow the desktop color scheme (using dbus)'
            'glib2: follow the desktop color scheme (using gsettings)')
source=("https://mega.nz/linux/repo/Arch_Extra/x86_64/megasync-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
sha256sums=('84dc154f469dd4e6aa237da42ed451c3033dcf79756027b97f4afcc783f0c2c4')

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

nixAchurl commented on 2026-06-12 18:00 (UTC)

needs update to version 6.4.0-3: https://mega.nz/linux/repo/Arch_Extra/x86_64/megasync-6.4.0-3-x86_64.pkg.tar.zst

vagelis commented on 2026-05-05 19:55 (UTC)

megasync-6.3.0-2 is out https://mega.nz/linux/repo/Arch_Extra/x86_64/megasync-6.3.0-2-x86_64.pkg.tar.zst

bitstorm5 commented on 2026-03-26 12:13 (UTC)

curl: (22) The requested URL returned error: 404 ==> ERROR: Error while downloading https://mega.nz/linux/repo/Arch_Extra/x86_64/megasync-6.2.0-1-x86_64.pkg.tar.zst Aborting...

Please fix this package since the URL https://mega.nz/linux/repo/Arch_Extra/x86_64/megasync-6.2.0-1-x86_64.pkg.tar.zst is dead and returns 404.

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.