diff options
-rwxr-xr-x | fullpkg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -249,6 +249,9 @@ function _pkg_build () { librestage $repo || { echo "unstaged:$(basename $PWD)" >> $build_dir/log } + + msg "Updating pacman db and packages" + sudo pacman -Syu --noconfirm } echo "built:$(basename $PWD)" >> $build_dir/log cleanup "$(basename $PWD)" |