makepkg

Is it possible to use the magnet uri scheme in PKGBUILDs?

Is it possible to use the magnet uri scheme in PKGBUILDs? Is it possible to use resources exchanged with the BitTorrent protocol in pacman‘s PKGBUILDs? Asked By: Scrooge McDuck || Source Yes. You just need to specify a magnet uri scheme download agent like transmission-makepkg in the makepkg configuration file: /etc/makepkg.conf ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾ DLAGENTS+=(‘magnet::/usr/bin/transmission-makepkg %u %o’) …

Total answers: 1

"PKGBUILD does not exist" when running "makepkg -cf"

"PKGBUILD does not exist" when running "makepkg -cf" When I run makepkg -cf, I get an error: ==> ERROR: PKGBUILD does not exist. But if I run makepkg -p PKGBUILD.asc it works. Can someone explain to me someone why the first doesn’t work? Asked By: Mitsworth SCZD || Source How I solved it The problem …

Total answers: 2

Specify submodule revision in PKGBUILD

Specify submodule revision in PKGBUILD I’m trying to install hhvm-git package from AUR and getting an error. There is a bug in one of submodules. This bug is fixed already and I want to specify revision contains that fix for the submodule. How can I do that? In PKGBUILD I tried to specify revision as …

Total answers: 2

Cross-Compiling with makepkg command

Cross-Compiling with makepkg command I’m running a x86_64 Arch Linux, now I need to build packages for a i386 Arch Linux, Is that possible? I already checked makepkg (8), it doesn’t seem to support manually selection of package architecture. I’m doing this for a few AUR packages, and I don’t really want to, e.g add …

Total answers: 2