1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
## Getting started ``` git remote add aur ssh://aur@aur.archlinux.org/dbus-executor.git git fetch aur ``` ## Publishing ``` makepkg -g # copy the SHA makepkg makepkg --printsrcinfo > .SRCINFO # add and commit the things git push aur main:master ```