mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/php to 8.1.7-2
This commit is contained in:
parent
f7fecfb487
commit
0bb3444cd1
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue