summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorheichblatt2016-07-09 20:28:58 +0200
committerheichblatt2016-07-09 20:28:58 +0200
commit2fa1f3958e4631282dc9a77bf6a76633573294d0 (patch)
tree97eff012a6bb79d14031b05b780bfffa30696727
parentdc6fcc4b3732357f756183382fa9cecc4ed3c82d (diff)
downloadaur-2fa1f3958e4631282dc9a77bf6a76633573294d0.tar.gz
Add Makefile for easier version bumping
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 000000000000..013049ed8d59
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+versionbump:
+ makepkg --printsrcinfo > .SRCINFO
+ git add .SRCINFO
+ git commit -m "Version Bump "$(shell grep pkgver .SRCINFO | cut -d\= -f 2| tr -d '[[:space:]]' )