[pacman-dev] [PATCH] makepkg: do not write basever
6 Jul
2017
6 Jul
'17
3:26 a.m.
Since 8a02abcf19, this attribute will never exist. Remove check to write it. Signed-off-by: Allan McRae <allan@archlinux.org> --- scripts/makepkg.sh.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 1f1217f4..f9872355 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -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:]])/ }" -- 2.13.2
2726
Age (days ago)
2726
Last active (days ago)
0 comments
1 participants
participants (1)
-
Allan McRae