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:
parent
b14ff66038
commit
d170c4580c
1 changed files with 0 additions and 3 deletions
|
@ -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:]])/ }"
|
||||
|
|
Loading…
Add table
Reference in a new issue