summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEugene Lamskoy2024-03-27 16:59:59 +0200
committerEugene Lamskoy2024-03-27 16:59:59 +0200
commit37572892f780125e85af41a29ed150d88bf5ed6d (patch)
tree03ce41187b6d8662c5b5363d33f8b8718e161756 /PKGBUILD
parent426e20c80f518502411415f5ae33316effcb53f1 (diff)
downloadaur-php71.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 4b262a367fe9..5a69d2201006 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@
_phpbase="71"
_suffix=""
pkgver="7.1.33"
-pkgrel="10"
+pkgrel="11"
pkgbase="php71"
pkgdesc="PHP 7.1.33 compiled as to not conflict with mainline php"
_cppflags=" -DU_USING_ICU_NAMESPACE=1 -DU_DEFINE_FALSE_AND_TRUE=1 "
@@ -874,7 +874,7 @@ package_php71-cgi() {
package_php71-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}"