From 3133370154078710820b2700fbbb86963da940d2 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Tue, 15 Oct 2013 14:03:29 -0500 Subject: php: add deps php-gd and php-mcrypt since they are enabled in php.ini --- abs/core/php/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 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') -- cgit v0.12