aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIroAlexis2023-12-31 00:44:15 +0100
committerIroAlexis2023-12-31 00:44:15 +0100
commit278891bb76e444f2efe1fa05e58a984ff5f38925 (patch)
tree63b8208fb85979f8f3658cb24f1e9c701f5946ac
parent51d29c289c199600262aba73cce1502571c303d9 (diff)
downloadaur-278891bb76e444f2efe1fa05e58a984ff5f38925.tar.gz
Add README
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 000000000000..78f6f33872bd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+# Update PKGBUILD
+
+Modify `pkgver` variable into `PKGBUILD` file and run this command:
+```bash
+makepkg --printsrcinfo > .SRCINFO
+```
+
+And of course, commit chnages :)