summarylogtreecommitdiffstats
path: root/README-aur.md
diff options
context:
space:
mode:
authorAUR CI2020-06-04 05:56:59 +0000
committerAUR CI2020-06-04 05:56:59 +0000
commit7817fcdd2d9d378e14a938962ddd98ef8e84e675 (patch)
tree220a2a2f91072fd4127e2a849c486216103392d3 /README-aur.md
parent130184dc2b404cd5f769410bf2ff6c391edda185 (diff)
downloadaur-7817fcdd2d9d378e14a938962ddd98ef8e84e675.tar.gz
sl-sh 0.8.64 (master:b85a0c2+, release build, linux [x86_64], Jun 04 2020, 05:55:16 UTC)
Diffstat (limited to 'README-aur.md')
-rw-r--r--README-aur.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README-aur.md b/README-aur.md
new file mode 100644
index 000000000000..41b70668d199
--- /dev/null
+++ b/README-aur.md
@@ -0,0 +1,18 @@
+# the version
+
+The version in both .SRCINFO and the PKGBUILD must be set to VERSION this is
+because the CI (Github actions) uses sed to replace VERSION with the current
+version of sl-sh in the Cargo.toml
+
+# updating PKGBUILD
+be sure to call
+```
+(out> .SRCINFO (makepkg --printsrcinfo))
+```
+
+and commit both
+
+as always make sure to check the arch docs:
+https://wiki.archlinux.org/index.php/PKGBUILD#pkgver
+
+use of `namcap` is encouraged