diff options
author | Stefan Auditor | 2023-12-23 11:03:14 +0100 |
---|---|---|
committer | Stefan Auditor | 2023-12-23 11:03:14 +0100 |
commit | 3e7073bc0878f08c595884a068cb99651fb9b5e7 (patch) | |
tree | c242e6bd3f79e48b01293a0e56a37635e32f419a | |
parent | 99b25b0c799c6a0e2c866656ff64edc99659d760 (diff) | |
download | aur-3e7073bc0878f08c595884a068cb99651fb9b5e7.tar.gz |
Update upstream
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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.40.0 + pkgver = 3.41.0 pkgrel = 1 url = https://github.com/PHP-CS-Fixer/PHP-CS-Fixer arch = any @@ -9,7 +9,7 @@ pkgbase = php-cs-fixer makedepends = composer makedepends = git depends = php>=7.4 - source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.40.0 + source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.41.0 md5sums = SKIP pkgname = php-cs-fixer @@ -3,7 +3,7 @@ _pkgname=php-cs-fixer pkgname=${_pkgname} -pkgver=3.40.0 +pkgver=3.41.0 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/PHP-CS-Fixer/PHP-CS-Fixer" |