summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2022-02-17 15:42:03 +0100
committersanduhrs2022-02-17 15:42:03 +0100
commitdccbf1a58e5c8eee4ec1a4318c29467683f891eb (patch)
tree9d6e7c4689e7a39c29238d23eb9a97e4284d3171
parent6846c098f2782a541e589993fe627ab390fcdf25 (diff)
downloadaur-dccbf1a58e5c8eee4ec1a4318c29467683f891eb.tar.gz
Update to upstream version 3.5.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd5423f50f14..28c4a9dd794a 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.4.0
+ pkgver = 3.5.0
pkgrel = 1
url = https://github.com/FriendsOfPHP
arch = any
@@ -9,7 +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.4.0
+ source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v3.5.0
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index b92b398839fc..e3c763b6303e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.4.0
+pkgver=3.5.0
pkgrel=1
pkgdesc="Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible)."
url="https://github.com/FriendsOfPHP"