diff options
author | Stefan Auditor | 2023-10-09 12:28:42 +0200 |
---|---|---|
committer | Stefan Auditor | 2023-10-09 12:28:42 +0200 |
commit | 0f3d87c2924c9cd6f018482c3f23951f367852e3 (patch) | |
tree | 0971f8d6f8a2b36571d02447c9142bce38469f56 | |
parent | b24ec485dc0c1626528969045fcfd4a16d5a0452 (diff) | |
download | aur-0f3d87c2924c9cd6f018482c3f23951f367852e3.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.34.0 + pkgver = 3.34.1 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.34.0 + source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.34.1 md5sums = SKIP pkgname = php-cs-fixer @@ -3,7 +3,7 @@ _pkgname=php-cs-fixer pkgname=${_pkgname} -pkgver=3.34.0 +pkgver=3.34.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/PHP-CS-Fixer/PHP-CS-Fixer" |