[arch-commits] Commit in php/trunk (PKGBUILD)

Pierre Schmitz pierre at archlinux.org
Sat Sep 13 08:50:24 UTC 2014


    Date: Saturday, September 13, 2014 @ 10:50:24
  Author: pierre
Revision: 221536

upgpkg: php 5.6.0-6

Modified:
  php/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-13 08:26:36 UTC (rev 221535)
+++ PKGBUILD	2014-09-13 08:50:24 UTC (rev 221536)
@@ -23,13 +23,13 @@
          'php-tidy'
          'php-xsl')
 pkgver=5.6.0
-pkgrel=5
+pkgrel=6
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
-makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix' 'libvpx'
+makedepends=('apache' 'imap' 'postgresql-libs' 'libldap' 'postfix'
              'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
-             'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'gd' 'libxpm' 'icu'
+             'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'gd' 'icu'
              'curl' 'libxslt' 'openssl' 'db' 'gmp' 'systemd')
 source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz"
         "http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz.asc"
@@ -305,7 +305,7 @@
 
 package_php-gd() {
 	pkgdesc='gd module for PHP'
-	depends=('php' 'gd' 'libvpx' 'libxpm')
+	depends=('php' 'gd')
 
 	install -D -m755 ${srcdir}/build-php/modules/gd.so ${pkgdir}/usr/lib/php/modules/gd.so
 }




More information about the arch-commits mailing list