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

Pierre Schmitz pierre at nymeria.archlinux.org
Fri Jan 10 14:45:49 UTC 2014


    Date: Friday, January 10, 2014 @ 15:45:48
  Author: pierre
Revision: 203417

upgpkg: php 5.5.8-1

Modified:
  php/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-10 14:44:32 UTC (rev 203416)
+++ PKGBUILD	2014-01-10 14:45:48 UTC (rev 203417)
@@ -21,7 +21,7 @@
          'php-sqlite'
          'php-tidy'
          'php-xsl')
-pkgver=5.5.7
+pkgver=5.5.8
 pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
@@ -30,10 +30,12 @@
              'sqlite' 'unixodbc' 'net-snmp' 'libzip' 'enchant' 'file' 'freetds'
              'libmcrypt' 'tidyhtml' 'aspell' 'libltdl' 'libpng' 'libjpeg' 'icu'
              'curl' 'libxslt' 'openssl' 'bzip2' 'db' 'gmp' 'freetype2' 'systemd')
-source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz"
+source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz"
+        "http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.gz.asc"
         'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
         'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('0c02437f661105221e99a301a5275a41'
+md5sums=('1ed2b0193ecaca8b980a9b6a90357f1c'
+         'SKIP'
          '799cd5f91f5253f4b47ec4fd7fccf4f1'
          'dec2cbaad64e3abf4f0ec70e1de4e8e9'
          '9f8263996836e27f5be1483e86ac2e33'
@@ -46,9 +48,6 @@
 
 	patch -p0 -i ${srcdir}/php.ini.patch
 	patch -p0 -i ${srcdir}/php-fpm.conf.in.patch
-	# freetype2 headers moved
-	# see README at http://sourceforge.net/projects/freetype/files/freetype2/2.5.1/
-	sed 's#/include/freetype2/freetype/freetype.h#/include/freetype2/freetype.h#g' -i configure
 }
 
 build() {




More information about the arch-commits mailing list