summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/update.sh b/update.sh
deleted file mode 100755
index 5d41d34c74b0..000000000000
--- a/update.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-makepkg -f &&
-makepkg --printsrcinfo > .SRCINFO &&
-git add PKGBUILD .SRCINFO &&
-git commit -m "Updated to version $(makepkg --printsrcinfo | grep pkgver | cut -d ' ' -f 3)" &&
-git push