summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 13 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a8f44a864850..909fa5e3e0ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
###############################################################################
# Generated by arch-phpbs: https://github.com/lamskoy/arch-phpbs
#
-# My packages on AUR: php81 php72 php54
+# My packages on AUR: php81 php72 php55 php54
# Co-maintaining on AUR: php73
#
# Thanks to:
#
-# AUR php73 Co-maintaner: Matt Harrison <matt@harrison.us.com>
+# AUR php73 Co-maintainer: Matt Harrison <matt@harrison.us.com>
# AUR php73 Contirubutor: Pierre Schmitz <pierre@archlinux.de>
+# AUR php55 Original maintainer: Raphaƫl Doursenaud <rdoursenaud@gmail.com>
###############################################################################
_phpbase="54"
_suffix=""
pkgver="5.4.45"
-pkgrel="2"
+pkgrel="3"
pkgbase="php54"
pkgdesc="PHP 5.4.45 compiled as to not conflict with mainline php"
_cppflags=" -DU_USING_ICU_NAMESPACE=1 -DOPENSSL_NO_SSL3=1 -DOPENSSL_NO_SSL2=1 -DU_DEFINE_FALSE_AND_TRUE=1 "
@@ -93,10 +94,14 @@ pkgname=(
"php54-mssql"
"php54-gd"
"php54-exif"
+ "php54-tidy"
+ "php54-iconv"
+ "php54-xmlrpc"
"php54-bcmath"
"php54-gmp"
"php54-zip"
"php54-bz2"
+ "php54-json"
"php54-fileinfo"
"php54-ctype"
"php54-recode"
@@ -177,6 +182,7 @@ makedepends=(
"freetds"
"sqlite"
"gd"
+ "tidy"
"gmp"
"libzip"
"recode"
@@ -285,10 +291,14 @@ _phpextensions="\
--with-xpm-dir=/usr \
--with-freetype-dir=/usr \
--enable-exif=shared \
+ --with-tidy=shared,/usr \
+ --with-iconv=shared \
+ --with-xmlrpc=shared \
--enable-bcmath=shared \
--with-gmp=shared,/usr \
--enable-zip=shared \
--with-bz2=shared,/usr \
+ --enable-json=shared \
--enable-fileinfo=shared \
--enable-ctype=shared \
--with-recode=shared \