aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..84b6183ae364
--- /dev/null
+++ b/README.md
@@ -0,0 +1,14 @@
+
+AUR package location: <https://aur.archlinux.org/packages/dyuganga/>
+- Package source code locations:
+ - git clone git@github.com:sanskrit-coders/dyuganga-aur.git
+ - git clone ssh://aur@aur.archlinux.org/dyuganga.git
+
+# Creating a new Arch Linux package release
+- Update PKGBUILD.
+ - Fix the version numbers.
+- Verify package by running `makepkg -si`.
+- Update AUR repository.
+ - Set remote: `git remote add ssh://aur@aur.archlinux.org/dyuganga.git .`
+ - Generate or update .SRCINFO with `makepkg --printsrcinfo > .SRCINFO`
+ - Push to the AUR repo. (Even a single invalid commit will cause rejection.)