summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Eizinger2022-01-27 20:27:55 +1100
committerThomas Eizinger2022-01-27 20:27:55 +1100
commit15774d92ea71a4035a2c3806ca25094f254e34d2 (patch)
tree87141ffcaa489c7174e865a208f46fccb0f21b2d
parentc8fee114d033498bbe4c3e71ae3da1a697d5411c (diff)
downloadaur-15774d92ea71a4035a2c3806ca25094f254e34d2.tar.gz
Update .SRCINFO before committing
-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"