summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b22d8630e82..c4e0a6f9822e 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 = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = http://cs.sensiolabs.org/
arch = any
@@ -9,8 +9,7 @@ pkgbase = php-cs-fixer
makedepends = composer
makedepends = git
depends = php>=7.1.3
- source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v3.0.0
+ source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v3.0.1
md5sums = SKIP
pkgname = php-cs-fixer
-
diff --git a/PKGBUILD b/PKGBUILD
index b1a698913197..753195cf2596 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Bruno Galeotti <bgaleotti at gmail dot com>
-# Co-Mantainer: Stefan Auditor <stefan.auditor@erdfisch.de>
+# Co-Mantainer: Stefan Auditor <stefan@auditor.email>
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.0.0
+pkgver=3.0.1
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/"