From 04e9ee801040ecbb0171d124238272cb9b6acccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 27 Apr 2020 22:35:15 +0200 Subject: [PATCH] xbps-src: changelog in 'show' target --- common/xbps-src/shutils/show.sh | 1 + 1 file changed, 1 insertion(+) 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"