summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-11-30 11:40:31 +0100
committersanduhrs2021-11-30 11:40:31 +0100
commitcec9dbbc5b27eee7a1db925fae026ff270066eb8 (patch)
tree93c6a29e6abafe155f7b5d710c2f2022ecf4930c
parent4821a1968e0b302dc0112a43fe53197bfad5235e (diff)
downloadaur-cec9dbbc5b27eee7a1db925fae026ff270066eb8.tar.gz
Update to upstream version 3.0.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae1972302b14..2099a56b72a5 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.0.2
+ pkgver = 3.0.3
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.0.2
+ source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v3.0.3
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index dd2a17a6ffcd..a5f48f87e014 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.0.2
+pkgver=3.0.3
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"