aboutsummaryrefslogtreecommitdiff
path: root/pages/linux/aur.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/linux/aur.md')
-rw-r--r--pages/linux/aur.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/linux/aur.md b/pages/linux/aur.md
index 77e95a8..e29876b 100644
--- a/pages/linux/aur.md
+++ b/pages/linux/aur.md
@@ -7,11 +7,11 @@
`git clone ssh://aur@aur.archlinux.org/{{package_name}}.git`
-- Build the package and update .SRCINFO
+- Build the package and update .SRCINFO:
`makepkg --printsrcinfo > .SRCINFO`
-- Commit and push changes
+- Commit and push changes:
`git add PKGBUILD .SRCINFO; git commit; git push`