]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/HACKING: Arch has dropped asp in favor of pkgctl
authorMike Yuan <me@yhndnzj.com>
Thu, 5 Oct 2023 15:21:01 +0000 (23:21 +0800)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 5 Oct 2023 15:54:37 +0000 (17:54 +0200)
Prompted by #29461

See also: https://wiki.archlinux.org/title/Arch_build_system#Using_the_pkgctl_tool

docs/HACKING.md

index 5c4c66561667cf3eee9a078c7d355825324951b4..dcafbe8e189d0daab91babf5d382d7992578658b 100644 (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
 ```