Revert "common/: add support for changelog field."
This reverts commit 8599efd9fd
.
This commit is contained in:
parent
5334409c12
commit
94ed33657b
4 changed files with 1 additions and 6 deletions
|
@ -15,7 +15,6 @@ show_pkg() {
|
|||
[ -n "$noarch" ] && echo "noarch: yes"
|
||||
echo "maintainer: $maintainer"
|
||||
[ -n "$homepage" ] && echo "Upstream URL: $homepage"
|
||||
[ -n "$changelog" ] && echo "Changelog URL: $changelog"
|
||||
[ -n "$license" ] && echo "License(s): $license"
|
||||
[ -n "$build_style" ] && echo "build_style: $build_style"
|
||||
for i in ${configure_args}; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue