extra/php to 8.1.7-2

This commit is contained in:
Kevin Mihelich 2022-06-16 13:12:22 +00:00
parent f7fecfb487
commit 0bb3444cd1

View file

@ -24,7 +24,7 @@ pkgname=('php'
'php-tidy'
'php-xsl')
pkgver=8.1.7
pkgrel=1
pkgrel=2
arch=('x86_64')
license=('PHP')
url='https://www.php.net/'
@ -186,7 +186,7 @@ package_php() {
depends=('libxml2' 'curl' 'libzip' 'pcre2' 'argon2' 'oniguruma' 'db' 'gdbm')
replaces=('php-ldap')
conflicts=('php-ldap')
provides=("php-ldap=${pkgver}")
provides=("php-interpreter=$_interpreter" "php-ldap=${pkgver}")
backup=('etc/php/php.ini')
cd "${srcdir}/build"