makepkg: do not write basever

Since 8a02abcf19, this attribute will never exist.  Remove check to write it.

Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Allan McRae 2017-07-06 13:26:04 +10:00
parent b14ff66038
commit d170c4580c

View file

@ -644,9 +644,6 @@ write_pkginfo() {
local fullver=$(get_full_version)
write_kv_pair "pkgver" "$fullver"
if [[ "$fullver" != "$basever" ]]; then
write_kv_pair "basever" "$basever"
fi
# TODO: all fields should have this treatment
local spd="${pkgdesc//+([[:space:]])/ }"