[CI] build arch linux package from the merge request branch
currently the arch linux package is build in CI from source that is obtained by clonning this repository and that fetches the main
branch, instead for MR we need to build the package from the changes that are present in the MR branch.
since the CI job already clones the repository and checks out the merge request branch, we can use the local filesystem path as the source for the package, or a tar archive of the git repository. see https://wiki.archlinux.org/title/PKGBUILD#Sources