diff --git a/common/xbps-src/shutils/show.sh b/common/xbps-src/shutils/show.sh index 0de843adb46..017a7ac7121 100644 --- a/common/xbps-src/shutils/show.sh +++ b/common/xbps-src/shutils/show.sh @@ -18,6 +18,7 @@ show_pkg() { echo "maintainer: $maintainer" [ -n "$homepage" ] && echo "Upstream URL: $homepage" [ -n "$license" ] && echo "License(s): $license" + [ -n "$changelog" ] && echo "Changelog: $changelog" [ -n "$build_style" ] && echo "build_style: $build_style" for i in $build_helper; do [ -n "$i" ] && echo "build_helper: $i"