summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2022-09-13 13:01:41 +0200
committersanduhrs2022-09-13 13:01:41 +0200
commitc559e1028b79672a3a9c58e9949393ed3d85f523 (patch)
treee2736eb5e675c99b8e1a6de5567d5ef96ad09170
parent9d427f84a1499c22549d6ef0ae73c6b87cfef91e (diff)
downloadaur-c559e1028b79672a3a9c58e9949393ed3d85f523.tar.gz
Update to upstream version 3.9.5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3aa48da93d2c..45a8e7b8e914 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.4
+ pkgver = 3.9.5
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.4
+ source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v3.9.5
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index f4df2a93d4e5..626671d4ec04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.9.4
+pkgver=3.9.5
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"