summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 454bf61a8e7f..1b868ccf7d7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
1pkgbase = php-cs-fixer 1pkgbase = php-cs-fixer
2 pkgdesc = Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible). 2 pkgdesc = Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible).
3 pkgver = 3.51.0 3 pkgver = 3.52.1
4 pkgrel = 1 4 pkgrel = 1
5 url = https://github.com/PHP-CS-Fixer/PHP-CS-Fixer 5 url = https://github.com/PHP-CS-Fixer/PHP-CS-Fixer
6 arch = any 6 arch = any
@@ -9,7 +9,7 @@ pkgbase = php-cs-fixer
9 makedepends = composer 9 makedepends = composer
10 makedepends = git 10 makedepends = git
11 depends = php>=7.4 11 depends = php>=7.4
12 source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.51.0 12 source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.52.1
13 md5sums = SKIP 13 md5sums = SKIP
14 14
15pkgname = php-cs-fixer 15pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index 1dd70c1eb803..0a0a05c96d70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
3 3
4_pkgname=php-cs-fixer 4_pkgname=php-cs-fixer
5pkgname=${_pkgname} 5pkgname=${_pkgname}
6pkgver=3.51.0 6pkgver=3.52.1
7pkgrel=1 7pkgrel=1
8pkgdesc="Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible)." 8pkgdesc="Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible)."
9url="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer" 9url="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer"