megasync-bin
MEDIUM
maintainer rpanerai
56 votes
scanned 2026-08-21 17:15:19.681745
Why flagged
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
Triggered rules
Medium
source=() URL on a non-standard host
source_untrusted_domain
One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).
-
PKGBUILD:23
source=("https://mega.nz/linux/repo/Arch_Extra/x86_64/megasync-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
PKGBUILD
1 offending line(s) highlighted
1
# Maintainer: Rodolfo Panerai <rodolfo.panerai at gmail dot com>
2
pkgname=megasync-bin
3
pkgver=6.5.1
4
pkgrel=1
5
pkgdesc="Easy automated syncing between your computers and your MEGA cloud drive"
6
arch=('x86_64')
7
url="https://mega.nz/#sync"
8
license=('custom')
9
provides=("megasync=$pkgver")
10
conflicts=('megasync'
11
'megatools')
12
depends=('glibc>=2.33'
13
'gcc-libs>=10.2.0'
14
'qt5-base>=5.15'
15
'qt5-svg'
16
'qt5-x11extras'
17
'qt5-graphicaleffects'
18
'qt5-declarative'
19
'qt5-quickcontrols2'
20
'qt5-quickcontrols')
21
optdepends=('xdg-desktop-portal: follow the desktop color scheme (using dbus)'
22
'glib2: follow the desktop color scheme (using gsettings)')
23
source=("https://mega.nz/linux/repo/Arch_Extra/x86_64/megasync-${pkgver}-${pkgrel}-x86_64.pkg.tar.zst")
24
sha256sums=('25e9376367c386b825e516552bdf5761f64c6637a9fdac413d45536e2cc0eb6d')
25
26
package() {
27
cp -R "${srcdir}/usr" "${pkgdir}/"
28
cp -R "${srcdir}/opt" "${pkgdir}/"
29
rm -rf "${pkgdir}/usr/share/icons/ubuntu-mono-dark"
30
}
31
Changes since previous scan
--- PKGBUILD @ 2026-06-19 19:07+++ PKGBUILD @ 2026-08-21 17:15@@ -1,7 +1,7 @@ # Maintainer: Rodolfo Panerai <rodolfo.panerai at gmail dot com> pkgname=megasync-bin-pkgver=6.4.0-pkgrel=3+pkgver=6.5.1+pkgrel=1 pkgdesc="Easy automated syncing between your computers and your MEGA cloud drive" arch=('x86_64') url="https://mega.nz/#sync"@@ -21,7 +21,7 @@ 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')+sha256sums=('25e9376367c386b825e516552bdf5761f64c6637a9fdac413d45536e2cc0eb6d') package() { cp -R "${srcdir}/usr" "${pkgdir}/"Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-21 17:15:19 | Medium | 1 |
| 2026-06-19 19:07:35 | Clean | 2 |
| 2026-06-18 17:53:10 | Clean | 2 |
| 2026-06-18 16:11:54 | Medium | 1 |