summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2023-10-09 12:27:32 +0200
committerStefan Auditor2023-10-09 12:27:32 +0200
commite23ba9aab3a8d6e5622909fd1f73b9478d7d7113 (patch)
tree64c5ed30237fb906c5a77e8a0f24e9ad428e3194
parentd102d6630d4e915d76e172e85999f7e96254c77d (diff)
downloadaur-e23ba9aab3a8d6e5622909fd1f73b9478d7d7113.tar.gz
Update upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db3918b1f9bc..d25e670a94b3 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.31.0
+ pkgver = 3.32.0
pkgrel = 1
url = https://github.com/PHP-CS-Fixer/PHP-CS-Fixer
arch = any
@@ -9,7 +9,7 @@ pkgbase = php-cs-fixer
makedepends = composer
makedepends = git
depends = php>=7.4
- source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.31.0
+ source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.32.0
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index 50cdebf83fa8..dc0e3d5c1a41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.31.0
+pkgver=3.32.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/PHP-CS-Fixer/PHP-CS-Fixer"