Update magic-systems-of-systems-architect to 2024.3

This commit is contained in:
2025-09-12 11:57:32 +03:00
parent 3410e3a03c
commit a5aba5fb79
4 changed files with 19 additions and 10 deletions

View File

@@ -11,6 +11,11 @@ Navigate to the package directory and run
makepkg -si
```
You may also need to generate **.SRCINFO** file with the following command:
```sh
makepkg --printsrcinfo > .SRCINFO
```
## In chroot
Based on [an Arch Wiki article](https://wiki.archlinux.org/title/Creating_packages#Using_pkgctl_to_build_in_a_clean_chroot_environment).