Update aur.md

This commit is contained in:
Anthony Wang 2021-01-08 12:08:37 -06:00 committed by GitHub
parent 6455a0cb96
commit 5502f771dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,11 @@
`git clone ssh://aur@aur.archlinux.org/{{package_name}}.git`
- Build the package and update .SRCINFO:
- Build the package:
`makepkg -s`
- Update .SRCINFO:
`makepkg --printsrcinfo > .SRCINFO`