Skip to content

Instantly share code, notes, and snippets.

@Centzilius
Last active August 29, 2015 13:55
Show Gist options
  • Save Centzilius/8770416 to your computer and use it in GitHub Desktop.
Save Centzilius/8770416 to your computer and use it in GitHub Desktop.
Patches the PKGBUILD of php54
--- a/PKGBUILD 2013-10-16 10:42:28.000000000 +0200
+++ b/PKGBUILD 2014-02-02 17:16:06.451836286 +0100
@@ -1,5 +1,7 @@
-# $Id$
-# Maintainer: Pierre Schmitz <pierre@archlinux.de>
+# Maintainer: Spider.007
+# Contributor: Vincent Post <vincent.post@w1r3.net>
+# Contributor: arjen
+# Contributor: Pierre Schmitz <pierre@archlinux.de>
pkgname=php54
true && pkgbase=php
@@ -22,7 +24,7 @@
'php-sqlite'
'php-tidy'
'php-xsl')
-pkgver=5.4.20
+pkgver=5.4.24
pkgrel=1
arch=('i686' 'x86_64')
license=('PHP')
@@ -34,7 +36,7 @@
source=("http://www.php.net/distributions/${pkgbase}-${pkgver}.tar.bz2"
'php.ini.patch' 'apache.conf' 'php-fpm.conf.in.patch'
'logrotate.d.php-fpm' 'php-fpm.service' 'php-fpm.tmpfiles')
-md5sums=('e25db5592ed14842b4239be9d990cce8'
+md5sums=('acef880cc808b85e216897ee88187ee1'
'466e1436808a8baeb14021bc40cc4d86'
'dec2cbaad64e3abf4f0ec70e1de4e8e9'
'5c1f4c967b66ce3eaf819b46951dcbf5'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment