summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2022-09-13 13:02:29 +0200
committersanduhrs2022-09-13 13:02:29 +0200
commit337fd118d398332159c4cdda98e8c9727001fc65 (patch)
tree5dcbb86616081dcf1a2912f6c21a525fae64b89a
parentc559e1028b79672a3a9c58e9949393ed3d85f523 (diff)
downloadaur-337fd118d398332159c4cdda98e8c9727001fc65.tar.gz
Update to upstream version 3.9.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45a8e7b8e914..ab06a86ba638 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.9.5
+ pkgver = 3.9.6
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.9.5
+ source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v3.9.6
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index 626671d4ec04..e4d0cb84dd51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.9.5
+pkgver=3.9.6
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"