summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Polti2023-10-19 14:33:34 +0200
committerAlexis Polti2023-10-19 14:33:34 +0200
commitee7c33a6ecb8dddfd0133a617e9fafd6e7a37ea0 (patch)
tree8993a96ed0daa112574c0c47ec669e433cf31813
parent795f1747f3136a476ec22855d985c642d04b8029 (diff)
downloadaur-ee7c33a6ecb8dddfd0133a617e9fafd6e7a37ea0.tar.gz
Add update.sh
-rwxr-xr-xupdate.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/update.sh b/update.sh
new file mode 100755
index 000000000000..914ef3708c1b
--- /dev/null
+++ b/update.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+git clean -fd
+rm .SRCINFO
+emacs PKGBUILD
+makepkg
+makepkg makepkg --printsrcinfo > .SRCINFO
+git clean -fd
+git commit -a
+git push