26 Jul
2017
26 Jul
'17
10:18 p.m.
On 07/26/2017 06:04 PM, David Phillips wrote:
You have in your PKGBUILD
arch=('any')
and then later
if [[ $CARCH = 'i686' ]]; then …
Are these not contradictory? Or am I overlooking something?
Nope, and I'm not sure why I missed that either, this is definitely something namcap/pkglint would complain about as well. ... Continuing to look at that PKGBUILD, I also notice it seems to build a Cython extension, in which case, cython really needs to be a makedepends. Also that part should be done in a build() function rather than package() -- Eli Schwartz