pkgname=some-pkg pkgver=1.0 pkgrel=1 pkgdesc="This is the preinstalled package that requires foo" arch=('any') url="foo.com" license=('GPL') depends=('foo') package() { return 0 }