summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEugene Lamskoy2024-03-27 16:57:41 +0200
committerEugene Lamskoy2024-03-27 16:57:41 +0200
commitc130ca76f9f2af0feddfa2c448e7296fe7dc5ffd (patch)
treec1589c048e800c1db9992d3d1b8bf32d301dd9a9 /PKGBUILD
parent33e886842abc3d39a8f0e7fe3b0dcb5eb433a447 (diff)
downloadaur-php74.tar.gz
Minor fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8f66cda26f9..e5740cab55b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@
_phpbase="74"
_suffix=""
pkgver="7.4.33"
-pkgrel="4"
+pkgrel="5"
pkgbase="php74"
pkgdesc="PHP 7.4.33 compiled as to not conflict with mainline php"
_cppflags=" -DU_USING_ICU_NAMESPACE=1 -DU_DEFINE_FALSE_AND_TRUE=1 "
@@ -857,7 +857,7 @@ package_php74-cgi() {
package_php74-apache() {
_sapi="apache"
_build_mod_php_so="libphp${_suffix_so}.so"
- _build_mod_php_module="php_module${_suffix_so}"
+ _build_mod_php_module="php${_suffix_so}_module"
_build_build_php_script_name="php${_suffix_so}-script"
_apache_module_conf="${pkgbase}-module.conf"
pkgdesc="Apache SAPI for ${pkgbase}"