summarylogtreecommitdiffstats
path: root/packaging_steps.md
diff options
context:
space:
mode:
Diffstat (limited to 'packaging_steps.md')
-rw-r--r--packaging_steps.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/packaging_steps.md b/packaging_steps.md
new file mode 100644
index 000000000000..96c33e469547
--- /dev/null
+++ b/packaging_steps.md
@@ -0,0 +1,8 @@
+# When new version is available do the following:
+
+## Update the PKGBUILD file
+* run `updpkgsums`
+* run `mksrcinfo`
+* run `makepkg`
+
+> Test the package by installing locally. If everything works, then commit and push.