aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2021-01-08 12:08:37 -0600
committerGitHub2021-01-08 12:08:37 -0600
commit5502f771dc1973824b85d887bb800b4fe5a38ffd (patch)
tree392a308d3f01fefd0e4d16255329514c89bf08b3
parent6455a0cb966e960a5a4654057f2248772a237a43 (diff)
Update aur.md
-rw-r--r--pages/linux/aur.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/pages/linux/aur.md b/pages/linux/aur.md
index e29876b..45cb08d 100644
--- a/pages/linux/aur.md
+++ b/pages/linux/aur.md
@@ -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`