mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/php to 8.2.12-1
This commit is contained in:
parent
81d297a98f
commit
2499f4e00a
2 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
pkgbase = php
|
||||
pkgver = 8.2.11
|
||||
pkgrel = 2
|
||||
pkgver = 8.2.12
|
||||
pkgrel = 1
|
||||
url = https://www.php.net/
|
||||
arch = x86_64
|
||||
license = PHP
|
||||
|
@ -26,8 +26,8 @@ pkgbase = php
|
|||
makedepends = freetds
|
||||
makedepends = pcre2
|
||||
makedepends = oniguruma
|
||||
source = https://php.net/distributions/php-8.2.11.tar.xz
|
||||
source = https://php.net/distributions/php-8.2.11.tar.xz.asc
|
||||
source = https://php.net/distributions/php-8.2.12.tar.xz
|
||||
source = https://php.net/distributions/php-8.2.12.tar.xz.asc
|
||||
source = apache.patch
|
||||
source = apache.conf
|
||||
source = php-fpm.patch
|
||||
|
@ -36,7 +36,7 @@ pkgbase = php
|
|||
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
|
||||
validpgpkeys = 39B641343D8C104B2B146DC3F9C39DC0B9698544
|
||||
validpgpkeys = E60913E4DF209907D8E30D96659A97C9CF2A795A
|
||||
sha256sums = 29af82e4f7509831490552918aad502697453f0869a579ee1b80b08f9112c5b8
|
||||
sha256sums = e1526e400bce9f9f9f774603cfac6b72b5e8f89fa66971ebc3cc4e5964083132
|
||||
sha256sums = SKIP
|
||||
sha256sums = 702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca
|
||||
sha256sums = 4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e
|
||||
|
@ -53,7 +53,7 @@ pkgname = php
|
|||
depends = argon2
|
||||
depends = oniguruma
|
||||
provides = php-interpreter=8.2
|
||||
provides = php-intl=8.2.11
|
||||
provides = php-intl=8.2.12
|
||||
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.2.11
|
||||
pkgrel=2
|
||||
pkgver=8.2.12
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
license=('PHP')
|
||||
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=('29af82e4f7509831490552918aad502697453f0869a579ee1b80b08f9112c5b8'
|
||||
sha256sums=('e1526e400bce9f9f9f774603cfac6b72b5e8f89fa66971ebc3cc4e5964083132'
|
||||
'SKIP'
|
||||
'702b163c66c65af92dcad8d79f41bda84bcd5d863235fcf1497c33a86db9e4ca'
|
||||
'4a2add00d93fa991ccdf6356090264c1059c79935642afff6e8d4a2107fa037e'
|
||||
|
|
Loading…
Reference in a new issue