summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2022-09-13 12:59:02 +0200
committersanduhrs2022-09-13 12:59:02 +0200
commitd5c64734614d8db986a669727d9ba65322643028 (patch)
treef9b7f2b9e45947d2a338fa03a253cdb171766846
parent45ab8c7dd3bf1148127ba4fbfcb4d92d7779be27 (diff)
downloadaur-d5c64734614d8db986a669727d9ba65322643028.tar.gz
Update to upstream version 3.9.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4b6e8a196cb..7205416385ad 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.8.0
+ pkgver = 3.9.1
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.8.0
+ source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v3.9.1
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index db432832beda..cb79efbb582b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.8.0
+pkgver=3.9.1
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"