summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2016-02-26 12:30:29 +0100
committerStefan Auditor2016-02-26 12:30:29 +0100
commit87f84a8519bfb6389647973dac0189ca9dc2d867 (patch)
tree3d03cadb1c68d0e1d42d4b125cf95e3b57744c76
parent809b0c8203d642d64be7538efa73fd53ffe38055 (diff)
downloadaur-87f84a8519bfb6389647973dac0189ca9dc2d867.tar.gz
Update to upstream release 1.11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb8bc16675dc..10a741b05d78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 13 21:25:14 UTC 2016
+# Fri Feb 26 11:29:36 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.1
- pkgrel = 2
+ pkgver = 1.11.2
+ pkgrel = 1
url = http://cs.sensiolabs.org/
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 36d0258ff618..c79f188bf75c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=1.11.1
-pkgrel=2
+pkgver=1.11.2
+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/"
license=("MIT")