aboutsummarylogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorErik Bjäreholt2020-03-19 10:24:49 +0100
committerErik Bjäreholt2020-03-19 10:25:16 +0100
commitf506df5baf6c4e6c86333a176d40d223f2424628 (patch)
treef3d9c1aa13d08995d33044dd1552238378bb9880 /Makefile
parent10ef39f96795e149066dfb7c9261f76bd661c772 (diff)
downloadaur-f506df5baf6c4e6c86333a176d40d223f2424628.tar.gz
updated to v0.9.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af6414d71534..a71b5c5e82d5 100644
--- a/Makefile
+++ b/Makefile
@@ -6,5 +6,10 @@ srcinfo: .SRCINFO
.SRCINFO: PKGBUILD
makepkg --printsrcinfo > .SRCINFO
+update: .SRCINFO
+ git add PKGBUILD .SRCINFO
+ git commit
+ git push aur
+
clean:
rm -rf pkg src *.pkg.tar.xz