# This is an example PKGBUILD file. Use this as a start to creating your own, # and remove these comments. For more information, see 'man PKGBUILD'. # NOTE: Please fill out the license field for your package! If it is unknown, # then please put 'unknown'. # Maintainer: Your Name pkgname=php7-meta pkgver=7.4.15 pkgrel=1 pkgdesc="Meta package to satisfy requirements of php<8 with the php7 package." arch=('any') license=('none') depends=('php7') provides=('php=7.4.15') install=php7-meta.install