summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 419fa6abe314..c5fb66e0b8dd 100755
--- a/update.sh
+++ b/update.sh
@@ -2,7 +2,7 @@
set -x
makepkg
-mksrcinfo
+makepkg --printsrcinfo > .SRCINFO
git add .
git commit -m "Rebuild to get latest version"