docs/HACKING: Arch has dropped asp in favor of pkgctl

Prompted by #29461

See also: https://wiki.archlinux.org/title/Arch_build_system#Using_the_pkgctl_tool
This commit is contained in:
Mike Yuan 2023-10-05 23:21:01 +08:00 committed by Zbigniew Jędrzejewski-Szmek
parent 6e24a9dc7f
commit ba96ba0420

View file

@ -69,9 +69,9 @@ $ sudo dnf builddep systemd
# Debian/Ubuntu
$ sudo apt-get build-dep systemd
# Arch
$ sudo pacman -S asp
$ asp checkout systemd
$ cd systemd/trunk
$ sudo pacman -S devtools
$ pkgctl repo clone --protocol=https systemd
$ cd systemd
$ makepkg -seoc
```