~shulhan/aur-php-cs-fixer

ba8e0de9328aab7ddaf0557a8d38c46f42b1e598 — Shulhan 2 months ago 88f8e0e master
all: update package release v3.27.0
2 files changed, 3 insertions(+), 3 deletions(-)

M .SRCINFO
M PKGBUILD
M .SRCINFO => .SRCINFO +2 -2
@@ 1,12 1,12 @@
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.26.0
	pkgver = 3.27.0
	pkgrel = 1
	url = https://github.com/PHP-CS-Fixer/PHP-CS-Fixer
	arch = any
	license = MIT
	conflicts = php-cs-fixer-git
	source = php-cs-fixer.phar::https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.26.0/php-cs-fixer.phar
	source = php-cs-fixer.phar::https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/download/v3.27.0/php-cs-fixer.phar
	source = LICENSE
	sha256sums = eb5525d55fe845b423da9d8b327ff0dd5a20025d03cddaa08aec95fbef6b2501
	sha256sums = 2328ecf7ed904804f5e9f9c70762d2e0baf6610d872c611bbddca94baa970549

M PKGBUILD => PKGBUILD +1 -1
@@ 4,7 4,7 @@

_pkgname=php-cs-fixer
pkgname=${_pkgname}
pkgver=3.26.0
pkgver=3.27.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"