mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/php-legacy to 8.2.19-1
This commit is contained in:
parent
48104d32f8
commit
0a2ee322d6
4 changed files with 21 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
pkgbase = php-legacy
|
||||
pkgver = 8.2.18
|
||||
pkgver = 8.2.19
|
||||
pkgrel = 1
|
||||
url = https://www.php.net/
|
||||
arch = x86_64
|
||||
|
@ -29,8 +29,8 @@ pkgbase = php-legacy
|
|||
makedepends = libnsl
|
||||
makedepends = oniguruma
|
||||
makedepends = patchelf
|
||||
source = https://php.net/distributions/php-8.2.18.tar.xz
|
||||
source = https://php.net/distributions/php-8.2.18.tar.xz.asc
|
||||
source = https://php.net/distributions/php-8.2.19.tar.xz
|
||||
source = https://php.net/distributions/php-8.2.19.tar.xz.asc
|
||||
source = apache.conf
|
||||
source = php-fpm.tmpfiles
|
||||
source = apache.patch
|
||||
|
@ -40,7 +40,7 @@ pkgbase = php-legacy
|
|||
validpgpkeys = 1198C0117593497A5EC5C199286AF1F9897469DC
|
||||
validpgpkeys = 39B641343D8C104B2B146DC3F9C39DC0B9698544
|
||||
validpgpkeys = E60913E4DF209907D8E30D96659A97C9CF2A795A
|
||||
sha256sums = 44b306fc021e56441f691da6c3108788bd9e450f293b3bc70fcd64b08dd41a50
|
||||
sha256sums = aecd63f3ebea6768997f5c4fccd98acbf897762ed5fc25300e846197a9485c13
|
||||
sha256sums = SKIP
|
||||
sha256sums = 2173046ac22ac50c7a6721306d3f79b2086f66a7a6ff5d8af249a474763197a1
|
||||
sha256sums = f3236ca866095d5e42e51e3fa600082ccd0afcfb7f1aecbeb286ef9d4f0dd564
|
||||
|
@ -59,7 +59,7 @@ pkgname = php-legacy
|
|||
depends = oniguruma
|
||||
depends = gdbm
|
||||
provides = php-interpreter=8.2
|
||||
provides = php-legacy-intl=8.2.18
|
||||
provides = php-legacy-intl=8.2.19
|
||||
conflicts = php-legacy-intl
|
||||
replaces = php-legacy-intl
|
||||
backup = etc/php-legacy/php.ini
|
||||
|
|
8
extra/php-legacy/.gitignore
vendored
Normal file
8
extra/php-legacy/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
*-build.log
|
||||
*-check.log
|
||||
*-package*.log
|
||||
PKGBUILD-namcap.log
|
||||
*.pkg.tar.*
|
||||
*.pkg.tar.*-namcap.log
|
||||
*-pkgver.log
|
||||
*-prepare.log
|
6
extra/php-legacy/.nvchecker.toml
Normal file
6
extra/php-legacy/.nvchecker.toml
Normal file
|
@ -0,0 +1,6 @@
|
|||
[php-legacy]
|
||||
source = 'github'
|
||||
github = 'php/php-src'
|
||||
use_max_tag = true
|
||||
prefix = 'php-'
|
||||
include_regex = 'php-8\.2\.[0-9]+'
|
|
@ -21,7 +21,7 @@ pkgname=('php-legacy'
|
|||
'php-legacy-sqlite'
|
||||
'php-legacy-tidy'
|
||||
'php-legacy-xsl')
|
||||
pkgver=8.2.18
|
||||
pkgver=8.2.19
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
license=('PHP-3.01')
|
||||
|
@ -33,7 +33,7 @@ checkdepends=('procps-ng')
|
|||
source=("https://php.net/distributions/php-${pkgver}.tar.xz"{,.asc}
|
||||
'apache.conf' 'php-fpm.tmpfiles' 'apache.patch' 'php-fpm.patch' 'php.ini.patch' 'php-legacy.patch')
|
||||
|
||||
sha256sums=('44b306fc021e56441f691da6c3108788bd9e450f293b3bc70fcd64b08dd41a50'
|
||||
sha256sums=('aecd63f3ebea6768997f5c4fccd98acbf897762ed5fc25300e846197a9485c13'
|
||||
'SKIP'
|
||||
'2173046ac22ac50c7a6721306d3f79b2086f66a7a6ff5d8af249a474763197a1'
|
||||
'f3236ca866095d5e42e51e3fa600082ccd0afcfb7f1aecbeb286ef9d4f0dd564'
|
||||
|
|
Loading…
Reference in a new issue