extra/php to 8.3.7-1

This commit is contained in:
David Beauchamp 2024-05-07 16:25:52 -04:00
parent 0a2ee322d6
commit 1266b34c86
4 changed files with 21 additions and 7 deletions

View file

@ -1,5 +1,5 @@
pkgbase = php
pkgver = 8.3.6
pkgver = 8.3.7
pkgrel = 1
url = https://www.php.net/
arch = x86_64
@ -26,8 +26,8 @@ pkgbase = php
makedepends = freetds
makedepends = pcre2
makedepends = oniguruma
source = https://php.net/distributions/php-8.3.6.tar.xz
source = https://php.net/distributions/php-8.3.6.tar.xz.asc
source = https://php.net/distributions/php-8.3.7.tar.xz
source = https://php.net/distributions/php-8.3.7.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 = 53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae
sha256sums = d53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a
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.6
provides = php-intl=8.3.7
conflicts = php-intl
replaces = php-intl
backup = etc/php/php.ini

8
extra/php/.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
*-build.log
*-check.log
*-package*.log
PKGBUILD-namcap.log
*.pkg.tar.*
*.pkg.tar.*-namcap.log
*-pkgver.log
*-prepare.log

View file

@ -0,0 +1,6 @@
[php]
source = 'github'
github = 'php/php-src'
use_max_tag = true
prefix = 'php-'
include_regex = 'php-[0-9]+\.[0-9]+\.[0-9]+'

View file

@ -21,7 +21,7 @@ pkgname=('php'
'php-sqlite'
'php-tidy'
'php-xsl')
pkgver=8.3.6
pkgver=8.3.7
pkgrel=1
arch=('x86_64')
license=('PHP-3.01')
@ -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=('53c8386b2123af97626d3438b3e4058e0c5914cb74b048a6676c57ac647f5eae'
sha256sums=('d53433c1ca6b2c8741afa7c524272e6806c1e895e5912a058494fea89988570a'
'SKIP'
'702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
'4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e'