FS#12698 - Web AUR does not ignore comment lines in PKGBUILD source field.
Attached to Project:
AUR web interface
Opened by Gergely (imrehg) - Wednesday, 07 January 2009, 06:27 GMT
Last edited by Loui Chang (louipc) - Friday, 23 January 2009, 06:02 GMT
Opened by Gergely (imrehg) - Wednesday, 07 January 2009, 06:27 GMT
Last edited by Loui Chang (louipc) - Friday, 23 January 2009, 06:02 GMT
|
Details
Description:
AUR package listing cannot handle comment lines in PKGBUILD source field, and lists every word of the comment as a file. Steps to reproduce: 1) Make a PKGBUILD where the 'source' list has one or more lines of comments (lines starting with #). 2) Verify that makepkg successfully creates package 3) Upload PKGBUILD to AUR Example of such fail is aur/thinliquidfilm [1], example of official package using comments in source field: core/kernel26 [2]. [1] http://aur.archlinux.org/packages.php?ID=13124 [2] to obtain it: "sudo abs core/kernel26", then in /var/abs/core/kernel26/PKGBUILD |
This task depends upon

- Field changed: Attached to Project (Arch Linux → AUR web interface)
moved to AUR project

Sent patch with proposed fix to aur-dev mailing list.

The patch is applied to the git sources.