mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-01 09:51:50 -05:00
makepkg: only update pkgver when all sources are available
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
6c8def6ae0
commit
b1e75d7dd6
@ -546,7 +546,7 @@ download_sources() {
|
||||
esac
|
||||
done
|
||||
|
||||
if declare -f pkgver >/dev/null; then
|
||||
if declare -f pkgver >/dev/null && (( GET_VCS )); then
|
||||
update_pkgver
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user