1
0
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:
Allan McRae 2012-07-16 00:24:34 +10:00
parent 6c8def6ae0
commit b1e75d7dd6

View File

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