Skip to content

community/freeciv: fix invalid pkgdesc (newline)

Jakub Jirutka requested to merge jirutka/aports:fix-pkgdesc into master

pkgdesc must be on a single line. abuild doesn't validate it (yet) which results in writing an invalid .PKGINFO. It haven't blow up just because the .PKGINFO parser in lua-aports and apk-tools ignores invalid lines.

Merge request reports