summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Galeotti2016-06-24 13:23:14 -0300
committerBruno Galeotti2016-06-24 13:23:14 -0300
commit5316af1fd7769b8e2988c77073b5df9db014c766 (patch)
tree1785af96214489fecc837ef84f3c27567f2e74a8
parent87f84a8519bfb6389647973dac0189ca9dc2d867 (diff)
downloadaur-5316af1fd7769b8e2988c77073b5df9db014c766.tar.gz
Update to v1.11.4
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c79f188bf75c..c4b699efcbdc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=php-cs-fixer
pkgname=${_pkgname}
-pkgver=1.11.2
+pkgver=1.11.4
pkgrel=1
pkgdesc="Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible)."
url="http://cs.sensiolabs.org/"
@@ -11,8 +11,8 @@ license=("MIT")
arch=("any")
depends=("php>=5.3.6")
makedepends=("php-box" "php-composer" "git")
-source=("${_pkgname}"::"git+https://github.com/FriendsOfPHP/PHP-CS-Fixer")
-sha512sums=('SKIP')
+source=("${_pkgname}"::"git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v${pkgver}")
+md5sums=('SKIP')
build() {
cd "${srcdir}/${_pkgname}"