summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEugene Lamskoy2022-01-21 19:53:41 +0200
committerEugene Lamskoy2022-01-21 19:53:41 +0200
commit8bd52d8ba12661d8b9ca044461c4e245ad2069c5 (patch)
treee38b825d77ec7a639a62072fd50ffba87a3a2bb7 /PKGBUILD
parent7ef6a6130fc0956e9a115220853c44b444f25690 (diff)
downloadaur-8bd52d8ba12661d8b9ca044461c4e245ad2069c5.tar.gz
pkgrel=9 added missing subpackages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 13 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d6e65abe64c..3af23fe51caf 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="72"
_suffix=""
pkgver="7.2.34"
-pkgrel="8"
+pkgrel="9"
pkgbase="php72"
pkgdesc="PHP 7.2.34 compiled as to not conflict with mainline php"
_cppflags=" -DU_USING_ICU_NAMESPACE=1 -DU_DEFINE_FALSE_AND_TRUE=1 "
@@ -93,10 +94,14 @@ pkgname=(
"php72-sqlite"
"php72-gd"
"php72-exif"
+ "php72-tidy"
+ "php72-iconv"
+ "php72-xmlrpc"
"php72-bcmath"
"php72-gmp"
"php72-zip"
"php72-bz2"
+ "php72-json"
"php72-fileinfo"
"php72-ctype"
"php72-recode"
@@ -175,6 +180,7 @@ makedepends=(
"freetds"
"sqlite"
"gd"
+ "tidy"
"gmp"
"libzip"
"recode"
@@ -284,11 +290,15 @@ _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-libzip=/usr \
--with-bz2=shared,/usr \
+ --enable-json=shared \
--enable-fileinfo=shared \
--enable-ctype=shared \
--with-recode=shared \