aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Plangg2015-10-17 12:11:57 +0200
committerMarkus Plangg2015-10-17 12:15:44 +0200
commitc0c7378cfa9101e372f523ee4ca2a12fcea3efe4 (patch)
tree2d390399f0675f6e1402ebe3e0b1e29c2d7a4acc
parentd5e04653734a0cd679fdccf67df59cfd556887d1 (diff)
downloadaur-c0c7378cfa9101e372f523ee4ca2a12fcea3efe4.tar.gz
Add update instructions to README
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 26b9e8237b5a..b072b8c1009f 100644
--- a/README.md
+++ b/README.md
@@ -23,3 +23,15 @@
`vi PKGBUILD`
* Build and install the package
`makepkg -srci`
+
+## Update the PKGBUILD
+
+* Update PKGBUILD
+* Update source file hashes
+ `updpkgsums`
+* Update the .SRCINFO
+ `mksrcinfo`
+* Build the package
+ `makepkg -src`
+* Check package
+ `namcap docker-squash-*.pkg.tar.xz` \ No newline at end of file