From 6042f988679c3f17cc0ee752054c2d6daef2ff58 Mon Sep 17 00:00:00 2001 From: Magissia Date: Tue, 21 Jun 2016 10:55:56 +0200 Subject: [PATCH] Adding contributors and updating PHP version of PKGBUILD --- PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 0448eaf..4c672d0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,7 @@ # $Id$ # Maintainer: Magissia +# Contributor: Pierre Schmitz +# Contributor: mickael9 pkgbase=php5 pkgname=("${pkgbase}" @@ -23,8 +25,9 @@ pkgname=("${pkgbase}" "${pkgbase}-sqlite" "${pkgbase}-tidy" "${pkgbase}-xsl") -pkgver=5.6.16 +pkgver=5.6.22 pkgrel=2 +pkgdesc="PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. " arch=('i686' 'x86_64') license=('PHP') url='http://www.php.net'