21 Oct
2018
21 Oct
'18
12:10 p.m.
On 21/10/18 9:56 pm, Morgan Adamiec wrote:
On Sun, 21 Oct 2018 at 10:16, Allan McRae <allan@archlinux.org> wrote:
The error this gives is: ==> ERROR: depends is not allowed to be empty.
Where so you get this error?
pkgname=foo pkgver=1 pkgrel=1 arch=(any) depends=('')
This pkgbuild manages to pass linting for me without this patch.
(resend, accidentally sent off list) .
I meant that is the error you get after this patch. And you can get it without the patch using: depends=('glibc' '' 'gcc') It is not correct to say depends is empty, or that it can't be empty. It can have an empty entry. As I said, existing issue, not caused by your patch - I just noticed it while testing. A