Skip to content

Commit

Permalink
Adding contributors and updating PHP version of PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
Magissia committed Jun 21, 2016
1 parent 0cc0404 commit 6042f98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# $Id$
# Maintainer: Magissia <[email protected]>
# Contributor: Pierre Schmitz <[email protected]>
# Contributor: mickael9 <mickael9 at gmail.com>

pkgbase=php5
pkgname=("${pkgbase}"
Expand All @@ -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'
Expand Down

0 comments on commit 6042f98

Please sign in to comment.