Manjaro Misc
Build of Aur Package
Ensure you have necessary files for building applications from source
pamac install base-devel git
Clone the pkg build
git clone [url]
Change directory to cloned folder
cd [folder]
To make/compile the package run
makepkg -S
List folder content
ls
Upgrade package - file file ending .pkg.tar.zst and run
sudo pacman -U [file_name.pkg.tar.zst]
or
makepkg -i
(instead of-U
flag)or
makepkg -is
(combines steps 4 & 6 together)
Upgrade packages installed from Aur
pacman upgrade -a
Last modified: 10 March 2024