mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/php to 8.3.8-1
This commit is contained in:
parent
f5e13d9630
commit
ac30b02dc2
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = php
|
||||
pkgver = 8.3.7
|
||||
pkgrel = 2
|
||||
pkgver = 8.3.8
|
||||
pkgrel = 1
|
||||
url = https://www.php.net/
|
||||
arch = x86_64
|
||||
license = PHP-3.01
|
||||
|
@ -26,8 +26,8 @@ pkgbase = php
|
|||
makedepends = freetds
|
||||
makedepends = pcre2
|
||||
makedepends = oniguruma
|
||||
source = https://php.net/distributions/php-8.3.7.tar.xz
|
||||
source = https://php.net/distributions/php-8.3.7.tar.xz.asc
|
||||
source = https://php.net/distributions/php-8.3.8.tar.xz
|
||||
source = https://php.net/distributions/php-8.3.8.tar.xz.asc
|
||||
source = apache.patch
|
||||
source = apache.conf
|
||||
source = php-fpm.patch
|
||||
|
@ -36,7 +36,7 @@ pkgbase = php
|
|||
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
|
||||
validpgpkeys = AFD8691FDAEDF03BDF6E460563F15A9B715376CA
|
||||
validpgpkeys = C28D937575603EB4ABB725861C0779DC5C0A9DE4
|
||||
sha256sums = d53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a
|
||||
sha256sums = aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7
|
||||
sha256sums = SKIP
|
||||
sha256sums = 702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca
|
||||
sha256sums = 4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e
|
||||
|
@ -53,7 +53,7 @@ pkgname = php
|
|||
depends = argon2
|
||||
depends = oniguruma
|
||||
provides = php-interpreter=8.3
|
||||
provides = php-intl=8.3.7
|
||||
provides = php-intl=8.3.8
|
||||
conflicts = php-intl
|
||||
replaces = php-intl
|
||||
backup = etc/php/php.ini
|
||||
|
|
|
@ -21,8 +21,8 @@ pkgname=('php'
|
|||
'php-sqlite'
|
||||
'php-tidy'
|
||||
'php-xsl')
|
||||
pkgver=8.3.7
|
||||
pkgrel=2
|
||||
pkgver=8.3.8
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
license=('PHP-3.01')
|
||||
url='https://www.php.net/'
|
||||
|
@ -32,7 +32,7 @@ makedepends=('apache' 'aspell' 'enchant' 'gd' 'gmp' 'icu' 'libsodium' 'libxslt'
|
|||
checkdepends=('procps-ng')
|
||||
source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
|
||||
'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 'php.ini.patch')
|
||||
sha256sums=('d53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a'
|
||||
sha256sums=('aea358b56186f943c2bbd350c9005b9359133d47e954cfc561385319ae5bb8d7'
|
||||
'SKIP'
|
||||
'702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
|
||||
'4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e'
|
||||
|
|
Loading…
Reference in a new issue