Skip to content
Snippets Groups Projects
Verified Commit f9859934 authored by Pierre Schmitz's avatar Pierre Schmitz
Browse files

upgpkg: 8.3.12-2

parent 63a5624d
No related branches found
Tags 8.3.12-2
No related merge requests found
pkgbase = php
pkgver = 8.3.12
pkgrel = 1
pkgrel = 2
url = https://www.php.net/
arch = x86_64
license = PHP-3.01
......@@ -26,6 +26,7 @@ pkgbase = php
makedepends = freetds
makedepends = pcre2
makedepends = oniguruma
options = !lto
source = https://php.net/distributions/php-8.3.12.tar.xz
source = https://php.net/distributions/php-8.3.12.tar.xz.asc
source = apache.patch
......
......@@ -19,7 +19,7 @@ pkgname=('php'
'php-tidy'
'php-xsl')
pkgver=8.3.12
pkgrel=1
pkgrel=2
arch=('x86_64')
license=('PHP-3.01')
url='https://www.php.net/'
......@@ -40,6 +40,8 @@ validpgpkeys=('1198C0117593497A5EC5C199286AF1F9897469DC'
'AFD8691FDAEDF03BDF6E460563F15A9B715376CA'
'C28D937575603EB4ABB725861C0779DC5C0A9DE4')
_interpreter=${pkgver%.*}
# LTO is incompatible with global registers and results in reduced performance:
# https://gitlab.archlinux.org/archlinux/packaging/packages/php/-/merge_requests/3
options=('!lto')
prepare() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment