[pacman-dev] [PATCH 1/2] makepkg: respect package depends for dep checks

Allan McRae allan at archlinux.org
Mon Dec 29 03:21:20 UTC 2014


On 29/12/14 03:31, Dave Reisner wrote:
> Include package-specific and arch-specific dependencies when checking
> dependencies prior to the build.
> 
> Fixes: https://bugs.archlinux.org/task/42191

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


More information about the pacman-dev mailing list