summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2022-11-06 09:26:31 +0100
committersanduhrs2022-11-06 09:26:31 +0100
commitbcabb1d959d331d965ef8323b9ad8f53d69e0c8b (patch)
treece272ce96f3f82985b2a6aa2500154badff9f4e7
parent44f0e8032a1bb59f6fd365f2365ea7c398b7f604 (diff)
downloadaur-bcabb1d959d331d965ef8323b9ad8f53d69e0c8b.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 fb3f97991e4b..f4e7fa95cde9 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.12.0
+ pkgver = 3.13.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.12.0
+ source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v3.13.0
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index c585b3146d29..f03aa94a4966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.12.0
+pkgver=3.13.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"