From: Mike Yuan Date: Thu, 5 Oct 2023 15:21:01 +0000 (+0800) Subject: docs/HACKING: Arch has dropped asp in favor of pkgctl X-Git-Tag: v255-rc1~322 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba96ba04205d9f800a09ffd81a89706810d32e4d;p=thirdparty%2Fsystemd.git 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 --- diff --git a/docs/HACKING.md b/docs/HACKING.md index 5c4c6656166..dcafbe8e189 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -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 ```