summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Galeotti2016-07-09 18:21:08 -0300
committerBruno Galeotti2016-07-09 18:21:08 -0300
commitd09170a96f473ee5cb8df70fbf7ad30e85dba62d (patch)
tree241c19f9a38ff0a347be73dd0bc198081fd1afd9
parentf92585f0fa40e514ea28d526c597a67368f5bd76 (diff)
downloadaur-d09170a96f473ee5cb8df70fbf7ad30e85dba62d.tar.gz
Update to v1.11.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0658122491b7..a336d88b29c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jun 24 16:24:22 UTC 2016
+# Sat Jul 9 21:20:35 UTC 2016
pkgbase = php-cs-fixer
pkgdesc = Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible).
- pkgver = 1.11.4
+ pkgver = 1.11.5
pkgrel = 1
url = http://cs.sensiolabs.org/
arch = any
@@ -11,7 +11,7 @@ pkgbase = php-cs-fixer
makedepends = php-composer
makedepends = git
depends = php>=5.3.6
- source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v1.11.4
+ source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v1.11.5
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index c4b699efcbdc..959224c553ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=1.11.4
+pkgver=1.11.5
pkgrel=1
pkgdesc="Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible)."
url="http://cs.sensiolabs.org/"