30 May
2018
30 May
'18
7:31 p.m.
License in at least one of package is wrong. I haven't checked the others but if they are generated by your script you might want to look into it. In r-tidyverse, license is specified as "GPL-3 | file LICENSE" which doesn't exists. Instead of "license=('GPL-3 | file LICENSE')" use "license=('GPL3' 'custom')" if there are other custom licenses involved. "license" in the PKGBUILD is an array so each license has to be specified separately. Also consider adopting the r-cran-* packages or ask the maitainers to convert them to r-$modulename since it will be consistant with what was discussed earlier. -- Regards Jagan