29 Dec
2014
29 Dec
'14
3:21 a.m.
On 29/12/14 03:31, Dave Reisner wrote:
Include package-specific and arch-specific dependencies when checking dependencies prior to the build.
Thinking more about this... Requiring all dependencies installed will cause bootstrapping issues. e.g. pkgname=('gcc' 'gcc-ada') pkgver=4.9.1 package_gcc-ada() { depends=("gcc=$pkgver") } Allan