Admin message

Due to an influx of spam, we have had to require each new account to be manually approved. Please register an account and then write an email to accountsupport@archlinux.org to get it approved. Sorry for the inconvenience.

Incomplete/Corrupt file installed by makepkg
Hi, I am maintaining this AUR package: https://aur.archlinux.org/packages/joplin-beta-appimage In line 47, an appimage is installed to /opt/appimages directory: `install -Dm755 "${_filename}" "${pkgdir}/${_install_path}"` The issue is that the file copied is not as expected. The original file is around 200 MB but the resultant file is a lot smaller. I tried building the same package with pacman 6.0.2-9 and it works just fine, so it seems something changed in makepkg that is resulting in this issue.
issue