summarylogtreecommitdiffstats
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.sh b/update.sh
index 383ad354dddb..2c21c8756853 100755
--- a/update.sh
+++ b/update.sh
@@ -8,6 +8,7 @@
set -e
rm -rf libreswan-*.pkg.tar.zst
+updpkgsums
makepkg
makepkg --printsrcinfo > .SRCINFO
newversion=$(grep pkgver .SRCINFO | awk -F= '{print $2}' | sed -e 's/ //g')