1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

makepkg: only update pkgver when all sources are available

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2012-07-16 00:24:34 +10:00
parent 6c8def6ae0
commit b1e75d7dd6

View File

@ -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