summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7b08323fd9e..d5e578e919e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.8.1
+ pkgver = 2.8.2
pkgrel = 1
url = http://cs.sensiolabs.org/
arch = any
@@ -9,7 +9,7 @@ pkgbase = php-cs-fixer
makedepends = php-composer
makedepends = git
depends = php>=5.6
- source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v2.8.1
+ source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v2.8.2
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index 46d57e59afe0..045d36fe61c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=2.8.1
+pkgver=2.8.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/"