Hello,
I am trying to customize a package. I grabbed the PKGBUILD from [url]https://github.com/archlinuxarm/PKGBUILDs/tree/master/core/python[/url] (I want to rebuild Python).
Running makepkg produces this error:
==> ERROR: python is not available for the 'aarch64' architecture.
Do I have to pass -A option ? If so it gives:
==> ERROR: One or more PGP signatures could not be verified!
Passing extra option --skippgpcheck, seems to allow the build.
Is that the way to build on alarm, I could not find any documentation on the subject ?
Thanks