summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 30f50bd49e2ae168a9db32541656996d76cdf9c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 <youremail@domain.com>
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