# Maintainer: _newpkg='fuse-nullfs-git' _pkgname="nullfs" pkgbase="$_pkgname" pkgname=( 'nul1fs' 'nullfs' 'nulnfs' ) pkgver=0.0.1 pkgrel=1 epoch=1 pkgdesc="metapackage - migrate to $_newpkg" arch=('any') package_nul1fs() { depends=("$_newpkg") } package_nulnfs() { depends=("$_newpkg") } package_nullfs() { depends=("$_newpkg") }