pkgname=new-foo pkgver=1.0 pkgrel=1 pkgdesc="This is the package doing the replacing" arch=('any') url="foo.com" license=('GPL') depends=() makedepends=() optdepends=() provides=('foo') conflicts=('old-foo') replaces=() package() { return 0 }