diff options
author | Alexandre Bury | 2024-02-05 11:24:02 -0500 |
---|---|---|
committer | Alexandre Bury | 2024-02-05 11:24:02 -0500 |
commit | d957b78aeac023be6781556e10cc6694cf5a604a (patch) | |
tree | 73b134338a3076e3f691670a6aa64ef8fcda7188 /update.sh | |
parent | 21b8da72c593b5d4f351c1880da3fd4518b2d58d (diff) | |
download | aur-d957b78aeac023be6781556e10cc6694cf5a604a.tar.gz |
Clean up tarballs after testing build
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 1 |
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" |