mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-03 10:51:47 -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
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
if declare -f pkgver >/dev/null; then
|
if declare -f pkgver >/dev/null && (( GET_VCS )); then
|
||||||
update_pkgver
|
update_pkgver
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user