summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Galeotti2018-06-04 10:20:47 -0300
committerBruno Galeotti2018-06-04 10:20:47 -0300
commit763098adfd8a1159659c393fcb428e8152b4c68f (patch)
treee4ad65359defd1b5e15fcd6bcb9dcbd0d21e8905
parente4d7381a2075feea6511d1347ec2d8397942d56e (diff)
downloadaur-763098adfd8a1159659c393fcb428e8152b4c68f.tar.gz
Update to upstream version 2.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a68e8146ee99..e07fc14b2629 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 12 10:46:32 UTC 2018
+# Mon Jun 4 13:20:31 UTC 2018
pkgbase = php-cs-fixer
pkgdesc = Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible).
- pkgver = 2.11.1
+ pkgver = 2.12.0
pkgrel = 1
url = http://cs.sensiolabs.org/
arch = any
@@ -12,7 +12,7 @@ pkgbase = php-cs-fixer
makedepends = git
depends = php>=5.6
depends = php<7.3
- source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v2.11.1
+ source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v2.12.0
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index b6fc7b58eff4..bd01d0102a9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=2.11.1
+pkgver=2.12.0
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/"