mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/php7 to 7.4.28-1
This commit is contained in:
parent
a8fab64cf8
commit
53219972a5
1 changed files with 4 additions and 3 deletions
|
@ -24,7 +24,7 @@ pkgname=('php7'
|
|||
'php7-sqlite'
|
||||
'php7-tidy'
|
||||
'php7-xsl')
|
||||
pkgver=7.4.27
|
||||
pkgver=7.4.28
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
license=('PHP')
|
||||
|
@ -36,7 +36,7 @@ checkdepends=('procps-ng')
|
|||
source=("https://php.net/distributions/php-${pkgver}.tar.xz"{,.asc}
|
||||
'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 'php.ini.patch'
|
||||
'enchant-2.patch' 'php7.patch')
|
||||
sha512sums=('2401f19d738a511c20efdf199fed7a6bdd02b51d91abf68a410f760cf846df87fce4bbf71acdf209926877cf3e8f8f39f045f1f03755862d09491f6ab6c9cfc8'
|
||||
sha512sums=('e7fa281a3be9ec46b7fa69619fd417fc04200dc64fd153f9670184d84b0aa3d5f3698536cf18476a96d8a42ba40b856ff57ab18e8e8a485dd9b95467d1952fa8'
|
||||
'SKIP'
|
||||
'284e3c0fe3ded0ff3e7d53f2769ea207b4591ef42abeff2d8604e87fe379929bd3b19ff294a729834f339a9da85ae7d4a7d8605890677222f78601b4f2b22247'
|
||||
'eccbe1a0c7b2757ab3c982c871cc591a66ad70f085aaa0d44f93cacacedc7b8fd21b8d0c66471327ff070db1bab1ab83a802f6fa190f33bdd74c134975e3910e'
|
||||
|
@ -80,7 +80,8 @@ build() {
|
|||
--datarootdir=/usr/share/php7 \
|
||||
--datadir=/usr/share/php7 \
|
||||
--program-suffix=7 \
|
||||
--includedir=/usr/include/php7
|
||||
--includedir=/usr/include/php7 \
|
||||
--disable-gcc-global-regs \
|
||||
"
|
||||
|
||||
local _phpextensions="\
|
||||
|
|
Loading…
Reference in a new issue