summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Galeotti2019-01-13 13:21:09 -0300
committerBruno Galeotti2019-01-13 13:21:09 -0300
commit41556f83c55e03dd8622808bc3f78284e1776f0f (patch)
tree07850fa985bcc8a1d4cd6a9f2bcd2d0745ec50c9
parent7a949a42280c4d45a4cd7d31d919e032c582f3f1 (diff)
downloadaur-41556f83c55e03dd8622808bc3f78284e1776f0f.tar.gz
Upgraded to 2.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31e5fd055035..c6e48d9ab92a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Dec 11 13:02:46 UTC 2018
+# Sun Jan 13 16:20:59 UTC 2019
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.13.1
+ pkgver = 2.14.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.13.1
+ source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v2.14.0
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index 05acdbe63e18..81a351f2a8a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=2.13.1
+pkgver=2.14.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/"