summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2021-06-01 17:26:11 +0200
committersanduhrs2021-06-01 17:26:11 +0200
commit26cbadf24bb5e18355490008a3e55b2c663e6827 (patch)
treef48ce310217d723617263ed72f614ed6c5c0e0e5
parent30b0f652a982118928e301d39a726b7d300dca0f (diff)
downloadaur-26cbadf24bb5e18355490008a3e55b2c663e6827.tar.gz
Update to upstream version 2.19.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abb75fdcabea..7b93e6dfbb1f 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 = 2.18.7
+ pkgver = 2.19.0
pkgrel = 1
url = http://cs.sensiolabs.org/
arch = any
@@ -9,7 +9,7 @@ pkgbase = php-cs-fixer
makedepends = composer
makedepends = git
depends = php>=5.6
- source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v2.18.7
+ source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v2.19.0
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index 6695f629cb63..690937d2e677 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=2.18.7
+pkgver=2.19.0
pkgrel=1
pkgdesc="Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible)."
url="http://cs.sensiolabs.org/"