summarylogtreecommitdiffstats
path: root/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'publish.sh')
-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