summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorburdoto2023-05-07 23:06:18 +0200
committerburdoto2023-05-07 23:06:36 +0200
commitd68acd7bf66dff213de3379a59fb2c4c26dc26e4 (patch)
treec7da7b3d9368617332de8183def6c2da889c510e
parent604ee73dd82bbc9f0438962cddd8f2a5bb057383 (diff)
downloadaur-d68acd7bf66dff213de3379a59fb2c4c26dc26e4.tar.gz
make makepkg clean up after itself
-rwxr-xr-xpublish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/publish.sh b/publish.sh
index 4375c1b5d117..86f794d9fd22 100755
--- a/publish.sh
+++ b/publish.sh
@@ -13,7 +13,7 @@ makepkg --printsrcinfo > .SRCINFO
(git add .SRCINFO && git commit -m "SRCINFO" && git push) || true
# verify that makepkg works
-makepkg -C --noconfirm
+makepkg -Cc --noconfirm
# push to aur
if [ -z "$(git remote | grep aur)" ]; then