aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Bjäreholt2018-05-29 14:45:33 +0200
committerErik Bjäreholt2018-05-29 14:45:33 +0200
commit1ee368e5b95dd8726284afd0a92e5e8cae906d5f (patch)
tree1398315a5230dc693c874e9a5b1be97e8f7ef4ef
parent6e4f763ed389e2c1de6aee42d0e043406f082aef (diff)
downloadaur-1ee368e5b95dd8726284afd0a92e5e8cae906d5f.tar.gz
Added README
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..e90a2bbdaef9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,21 @@
+aur-activitywatch-bin
+=====================
+
+An AUR package for ActivityWatch using prebuilt binaries.
+
+
+## How to update the AUR package
+
+You need:
+ - Maintainer rights to the AUR package
+ - Your AUR ssh key configured
+
+After checking that the package builds correctly (using `make package`) simply run:
+
+```sh
+make srcinfo
+git add srcinfo
+git commit -m "Updated .SRCINFO"
+git remote add aur aur@aur.archlinux.org/activitywatch-bin.git
+git push aur
+```