summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
authorAlexandre Bury2024-02-05 11:24:02 -0500
committerAlexandre Bury2024-02-05 11:24:02 -0500
commitd957b78aeac023be6781556e10cc6694cf5a604a (patch)
tree73b134338a3076e3f691670a6aa64ef8fcda7188 /update.sh
parent21b8da72c593b5d4f351c1880da3fd4518b2d58d (diff)
downloadaur-d957b78aeac023be6781556e10cc6694cf5a604a.tar.gz
Clean up tarballs after testing build
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 78b794f80c4c..058de5320f57 100755
--- a/update.sh
+++ b/update.sh
@@ -33,6 +33,7 @@ sed -i 's/pkgrel=.*/pkgrel=1/' PKGBUILD
# Make sure it builds fine
makepkg
+rm *.tar.*
git add PKGBUILD
git commit -m "Update to $LAST"