aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorvvasuki2018-09-13 18:34:04 -0700
committervvasuki2018-09-13 18:34:04 -0700
commitda17f0982bc5a45919363ffe75b8ac040c962abd (patch)
treeb2cedf538b94e07663a21978aa76d3ba17a9786f /README.md
downloadaur-da17f0982bc5a45919363ffe75b8ac040c962abd.tar.gz
Progress in packaging.
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..cb36c9859df4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# Creating a new Arch Linux package release
+- Create a github release at <https://github.com/sanskrit-coders/sanskrit-fonts/releases>.
+- Update PKGBUILD.
+ - Fix the version numbers.
+ - Get the sha256sum by:
+ - Downloading the github release package.
+ - running something like `sha256sum sanskrit-fonts-1.0.tar.gz`
+- Verify package by running `makepkg`.
+- Update AUR repository.
+ - Clone or update the AUR repo working directory: aur
+ - Example: `git clone ssh://aur@aur.archlinux.org/sanskrit-fonts.git`
+ - Generate or update .SRCINFO with `makepkg --printsrcinfo > aur/.SRCINFO`
+ - Copy over the PKGBUILD \ No newline at end of file