summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcheck_for_update.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/check_for_update.sh b/check_for_update.sh
index a4052ec523e2..aae3719135d2 100755
--- a/check_for_update.sh
+++ b/check_for_update.sh
@@ -26,6 +26,7 @@ echo $RELEASE_HASH;
sed -i 's/'${pkgver}'/'"$RELEASE_DATE"'/g' ./PKGBUILD
sed -i 's/'${commit}'/'"$RELEASE_HASH"'/g' ./PKGBUILD
+makepkg --printsrcinfo > .SRCINFO
git config --local user.name "Update Bot"
git config --local user.email "thomas@eizinger.io"