pkgname=another-pkg pkgver=1.0 pkgrel=1 pkgdesc="This is another package that requires foo, but new foo instead of old foo" arch=('any') url="foo.com" license=('GPL') makedepends=('new-foo' 'another-foo') package() { return 0 }