Comment
The only change is to redirect the two source tarball URLs from the official MakeMKV download site to a SourceForge project named `fabiololix-os-archive`. That is a significant supply-chain red flag: the package would now fetch upstream source archives from an unrelated third-party mirror/fork rather than the official vendor, with no evidence in this diff that the mirror is authoritative or that checksums were updated to preserve integrity. Because `.SRCINFO` drives AUR metadata, this can mislead users/builders into trusting a non-official source. I do not see any direct code execution or install-script changes in this hunk, so the risk is moderate rather than maximal, but the source substitution is suspicious enough to warrant review of the actual PKGBUILD and checksums before trusting the package.
@@ -13,8 +13,8 @@ pkgbase = makemkv
depends = ffmpeg
depends = libavcodec.so
optdepends = java-runtime: bdjava https://www.makemkv.com/bdjava/
- source = https://www.makemkv.com/download/makemkv-bin-1.18.4.tar.gz
- source = https://www.makemkv.com/download/makemkv-oss-1.18.4.tar.gz
+ source = https://sourceforge.net/projects/fabiololix-os-archive/files/src/makemkv-bin-1.18.4.tar.gz
+ source = https://sourceforge.net/projects/fabiololix-os-archive/files/src/makemkv-oss-1.18.4.tar.gz
source = ffmpeg9.patch
source = makemkv.1
source = makemkvcon.1