Building dropbox... ==> ERROR: dropbox is not available for the 'aarch64' architecture

Hi there!
There is no way to install Dropbox on my PineBookPro (!!).
Neither it works using "$ pamac install dropbox", nor using "$ pamac build dropbox".
I checked previous/closed applications on the same topic e.g. "Dropbox installation on Archlinux", 
but couldn't install Dropbox... :-(
Any suggestion?
So long, I.

Change PKGBUILD, here line 10

arch=("i686" "x86_64")

for all = any

arch=("any")

or add aarch64

arch=("i686" "x86_64" "aarch64")

save file and re-compile

https://wiki.archlinux.org/title/PKGBUILD

** at second glance … no aarch64 source ?! from dropbox :yawning_face:

The dropbox package is a commercial binary package. It does not exist for ARM.

Instead of the commercial Dropbox client, you could try using Maestral, which is open source and also works on ARM architecture. See https://maestral.app/docs/installation You can find it in the AUR.

1 Like

Tested and this open source app works great on ARM (raspberry pi4)