summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2be898379d7..490e62097b59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by makepkg 6.0.1
+# Tue Jul 26 17:57:26 UTC 2022
pkgbase = php80
pkgdesc = PHP 8.0.21 compiled as to not conflict with mainline php
pkgver = 8.0.21
- pkgrel = 2
+ pkgrel = 3
url = http://www.php.net
arch = x86_64
license = PHP
diff --git a/PKGBUILD b/PKGBUILD
index ef5c655573e7..4fd6a3b6b3f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
_phpbase="80"
_suffix=""
pkgver="8.0.21"
-pkgrel="2"
+pkgrel="3"
pkgbase="php80"
pkgdesc="PHP 8.0.21 compiled as to not conflict with mainline php"
_cppflags=" -DU_USING_ICU_NAMESPACE=1 "
@@ -285,7 +285,7 @@ _phpconfig="\
--libdir=/usr/lib/php${_phpbase}${_suffix} \
--datadir=/usr/share/php${_phpbase}${_suffix} \
--program-suffix=${_phpbase}${_suffix} \
- --with-config-file-scan-dir=/${_build_conf_d}
+ --with-config-file-scan-dir=/${_build_conf_d} \
--enable-filter \
--with-pear \
--enable-session \