aboutsummarylogtreecommitdiffstats
path: root/update.PKGBUILD
diff options
context:
space:
mode:
authorbartus2019-03-28 22:15:46 +0100
committerbartus2019-09-16 21:49:33 +0200
commitacd357f383e25b8c65655e267ebfeb454f5405c3 (patch)
tree5f245666a861b5b7a408889798ec126fbc16a969 /update.PKGBUILD
parent779304e0015c3505f33b46ea47dda734008886e4 (diff)
downloadaur-acd357f383e25b8c65655e267ebfeb454f5405c3.tar.gz
pop version, update update.PKGBUILD script
Diffstat (limited to 'update.PKGBUILD')
-rwxr-xr-xupdate.PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.PKGBUILD b/update.PKGBUILD
index cbf3b2806245..a0036f7baa80 100755
--- a/update.PKGBUILD
+++ b/update.PKGBUILD
@@ -23,7 +23,7 @@ for key in ${!dep_versions[*]};do sed -i "s/@${key}@/${dep_versions[${key}]}/" P
echo "##finish generating PKGBUILD"
echo "##update pkgver"
-makepkg -Coc
+makepkg -Co
echo "##finish updating pkgver"
echo "##generate .SRCINFO" >&2