Skip to content

Commit

Permalink
php: 8.3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Jung <[email protected]>
  • Loading branch information
ptr1337 committed Feb 15, 2024
1 parent a3a75ae commit 7cd5e9a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
14 changes: 8 additions & 6 deletions php/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = php
pkgver = 8.3.2
pkgrel = 3
pkgver = 8.3.3
pkgrel = 2
url = https://github.com/php/php-src
arch = x86_64
license = PHP
Expand All @@ -26,19 +26,20 @@ pkgbase = php
makedepends = freetds
makedepends = pcre2
makedepends = oniguruma
source = https://php.net/distributions/php-8.3.2.tar.xz
source = https://php.net/distributions/php-8.3.2.tar.xz.asc
source = https://php.net/distributions/php-8.3.3.tar.xz
source = https://php.net/distributions/php-8.3.3.tar.xz.asc
source = apache.patch
source = apache.conf
source = php-fpm.patch
source = php-fpm.tmpfiles
source = php.ini.patch
source = php-cachy.patch
source = 0005-Enable-hugepages.patch
source = https://raw.githubusercontent.com/SergiX44/php-benchmark-script/master/bench.php
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
validpgpkeys = 39B641343D8C104B2B146DC3F9C39DC0B9698544
validpgpkeys = E60913E4DF209907D8E30D96659A97C9CF2A795A
sha256sums = 4ffa3e44afc9c590e28dc0d2d31fc61f0139f8b335f11880a121b9f9b9f0634e
sha256sums = b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1
sha256sums = SKIP
sha256sums = 702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca
sha256sums = 4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e
Expand All @@ -47,6 +48,7 @@ pkgbase = php
sha256sums = 1aba0128b14b52afc353b198f43c1a6ec61317e8c2b428270ae17c9e8c9d4ec6
sha256sums = 40de67e43a972159c54d948ef1bf4e94e2d0e96da1f21efc9002ba71f39b80ae
sha256sums = faee19fff5f554638b28d3277388d6f3604738e8a2670f3e55562947e5678bbc
sha256sums = b3210ff1b679f03a3bac409b9da491def692254f8354e4d09515cd2409fea23f

pkgname = php
pkgdesc = A general-purpose scripting language that is especially suited to web development
Expand All @@ -57,7 +59,7 @@ pkgname = php
depends = argon2
depends = oniguruma
provides = php-interpreter=8.3
provides = php-intl=8.3.2
provides = php-intl=8.3.3
conflicts = php-intl
replaces = php-intl
backup = etc/php/php.ini
Expand Down
8 changes: 4 additions & 4 deletions php/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ pkgname=('php'
'php-sqlite'
'php-tidy'
'php-xsl')
pkgver=8.3.2
pkgrel=3
pkgver=8.3.3
pkgrel=2
arch=('x86_64')
license=('PHP')
url='https://github.com/php/php-src'
Expand All @@ -31,7 +31,7 @@ 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' 'php-cachy.patch' '0005-Enable-hugepages.patch'
'https://raw.githubusercontent.com/SergiX44/php-benchmark-script/master/bench.php')
sha256sums=('4ffa3e44afc9c590e28dc0d2d31fc61f0139f8b335f11880a121b9f9b9f0634e'
sha256sums=('b0a996276fe21fe9ca8f993314c8bc02750f464c7b0343f056fb0894a8dfa9d1'
'SKIP'
'702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
'4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e'
Expand All @@ -40,7 +40,7 @@ sha256sums=('4ffa3e44afc9c590e28dc0d2d31fc61f0139f8b335f11880a121b9f9b9f0634e'
'1aba0128b14b52afc353b198f43c1a6ec61317e8c2b428270ae17c9e8c9d4ec6'
'40de67e43a972159c54d948ef1bf4e94e2d0e96da1f21efc9002ba71f39b80ae'
'faee19fff5f554638b28d3277388d6f3604738e8a2670f3e55562947e5678bbc'
'SKIP')
'b3210ff1b679f03a3bac409b9da491def692254f8354e4d09515cd2409fea23f')
validpgpkeys=('1198C0117593497A5EC5C199286AF1F9897469DC'
'39B641343D8C104B2B146DC3F9C39DC0B9698544'
'E60913E4DF209907D8E30D96659A97C9CF2A795A')
Expand Down

0 comments on commit 7cd5e9a

Please sign in to comment.