diff --git a/scripts/auto-update.sh b/scripts/auto-update.sh index b06e8eef..88250165 100755 --- a/scripts/auto-update.sh +++ b/scripts/auto-update.sh @@ -49,6 +49,7 @@ update-package() { if [ "${GIT_COMMIT_PACKAGES}" = "true" ] then + git add "${pkgdir}/built.conf" git commit -m "upgpkg: '${pkgname}' to '${latest_version}'" fi @@ -100,6 +101,7 @@ update-package() { if [ "${GIT_COMMIT_PACKAGES}" = "true" ] then + git add "${pkgdir}/PKGBUILD" git commit -m "upgpkg: '${pkgname}' to '${latest_version}'" fi