summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2023-05-24 17:32:36 +0200
committerStefan Auditor2023-05-24 17:32:36 +0200
commit6e5f080119fdc023704c20eff5b2653d99dbcbe1 (patch)
treeab90e15215d1a3716d7cb0dbc4d4e6c42c66121d
parentfd1f5de8bb78aad4f8c16395e4fdf525dd10662b (diff)
downloadaur-6e5f080119fdc023704c20eff5b2653d99dbcbe1.tar.gz
Update to new version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a08bdc32af1..440d11b39126 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.15.1
+ pkgver = 3.16.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.1.3
- source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.15.1
+ source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.16.0
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index 8c8171bc3d59..2ad0f2a2aac2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=3.15.1
+pkgver=3.16.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"