summarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorrsteube2018-12-17 14:59:15 +0100
committerrsteube2018-12-17 14:59:15 +0100
commit3461ab0e18a948221d3ab21cd14cf8ad7666b52c (patch)
tree718c1c9afec019a4028cb86f6f1fc403221f1e60 /README.md
downloadaur-3461ab0e18a948221d3ab21cd14cf8ad7666b52c.tar.gz
initial commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..93c714eca0fc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# Alva AUR package
+
+Official sources for the Alva AUR package (https://github.com/meetalva/alva-aur).
+AUR repository: https://aur.archlinux.org/alva-appimage.git
+
+# Updating Version
+
+refer to https://wiki.archlinux.org/index.php/Creating_packages
+
+- update `pkgver` to Alva version
+- increase `pkgrel` on any changes to PKGBUILD itself, reset to 1 on any updates to `pkgver`
+- update `md5sums` (Appimage)
+- recreate `.SRCINFO` (`docker-compose run --rm makepkg`)
+- verify everything works and push changes to AUR (careful: latest commit on master is directly released)
+
+