FS#75879 - [docker] opt-depend for docker-scan includes a trailing comma

Attached to Project: Community Packages
Opened by Alexandre Bury (gyscos) - Sunday, 11 September 2022, 19:00 GMT
Last edited by Sébastien Luttringer (seblu) - Monday, 17 October 2022, 23:54 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sébastien Luttringer (seblu)
Morten Linderud (Foxboron)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The PKGBUILD has an unnecessary comma separating optional dependencies, which ends up being interpreted as part of the description for the docker-scan optional dependency.

```
optdepends=('btrfs-progs: btrfs backend support'
'pigz: parallel gzip compressor support'
'docker-scan: vulnerability scanner',
'docker-buildx: extended build capabilities')
```

It's very minor, and I would have just opened a PR to fix this, but did not find a public repo for that.

Additional info:
* package version: 20.10.18-1
This task depends upon

Closed by  Sébastien Luttringer (seblu)
Monday, 17 October 2022, 23:54 GMT
Reason for closing:  Fixed
Additional comments about closing:  upstream

Loading...