fix: updpkgsums permission

This commit is contained in:
Ahmad Husen
2021-05-18 17:00:48 +07:00
parent c10ff06881
commit eaabbd6b0e
+1 -1
View File
@@ -4,7 +4,7 @@ cd $INPUT_PATH
if [[ $INPUT_UPDPKGSUMS == true ]]; then
echo "Update checksums on PKGBUILD"
updpkgsums
sudo -u builder updpkgsums
git diff PKGBUILD
fi