About Line 182 in current PKGBUILD (https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=davinci-resolve-studio#n182):
ln -s "${srcdir}/squashfs-root/BlackmagicRAWPlayer/BlackmagicRawAPI" "${srcdir}/squashfs-root/bin/"
If you want it to link to correct path after packaging and installing, maybe you should use relative path:
ln -s "../BlackmagicRAWPlayer/BlackmagicRawAPI" "${srcdir}/squashfs-root/bin/"
the currently PKGBUILD makes it links to user's build dir, and if they remove build dir, or install the package on another machine, it won't work.
Pinned Comments
Muflone commented on 2025-01-26 02:15 (UTC)
IMPORTANT!
Since version 19.1.3-2 this package will not download automatically the source file from the upstream site.
To build this package you will need to manually download the file from https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion and place it in the same directory with the PKGBUILD.
This would reduce the mess in this package, making it more readable and clear. Also bypassing the required information from the upstream URL is not allowed in an automated way.