summaryrefslogtreecommitdiffstats
path: root/abs/core/php
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-10-16 20:41:16 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-10-16 20:41:16 (GMT)
commit4fb36a904c3818185105d2fe09adc512c46285c7 (patch)
tree56c1deb162824e4695133a955a6022e90282dd79 /abs/core/php
parent2648e999d277eac5c3d331a3609bcc73fafbea71 (diff)
parent36f4b0be52fddbd5f491da90475e69c25bf6903f (diff)
downloadlinhes_pkgbuild-4fb36a904c3818185105d2fe09adc512c46285c7.zip
linhes_pkgbuild-4fb36a904c3818185105d2fe09adc512c46285c7.tar.gz
linhes_pkgbuild-4fb36a904c3818185105d2fe09adc512c46285c7.tar.bz2
Merge branch 'testing'
Diffstat (limited to 'abs/core/php')
-rw-r--r--abs/core/php/PKGBUILD4
-rw-r--r--abs/core/php/__changelog3
2 files changed, 4 insertions, 3 deletions
diff --git a/abs/core/php/PKGBUILD b/abs/core/php/PKGBUILD
index b1b4cdc..122c6ca 100644
--- a/abs/core/php/PKGBUILD
+++ b/abs/core/php/PKGBUILD
@@ -22,7 +22,7 @@ pkgname=('php'
'php-tidy'
'php-xsl')
pkgver=5.4.8
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
license=('PHP')
url='http://www.php.net'
@@ -187,7 +187,7 @@ build() {
package_php() {
pkgdesc='An HTML-embedded scripting language'
- depends=('pcre' 'libxml2' 'bzip2' 'curl')
+ depends=('pcre' 'libxml2' 'bzip2' 'curl' 'php-gd' 'php-mcrypt')
replaces=('php-fileinfo' 'php-gmp' 'php-curl')
provides=('php-fileinfo' 'php-gmp' 'php-curl')
conflicts=('php-fileinfo' 'php-gmp' 'php-curl')
diff --git a/abs/core/php/__changelog b/abs/core/php/__changelog
index 46f3ff3..5e9fead 100644
--- a/abs/core/php/__changelog
+++ b/abs/core/php/__changelog
@@ -14,6 +14,7 @@ short_tags On
==> "extension=ftp.so"
==> "extension=zip.so"
+==> add php-gd and php-mcrypt as depends of php since we have them in php.ini
syslog.error on
@@ -27,4 +28,4 @@ then
then
sed -i 's|^.*date.timezone.*$|date.timezone='${timezone}'|' /etc/php/php.ini
fi
-fi \ No newline at end of file
+fi