From 46961c4798013a4ce855d908dba8e361fcd99e4f Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Wed, 28 Dec 2016 07:12:34 +0000 Subject: [PATCH] racer: update to 2.0.3. --- srcpkgs/racer/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/racer/template b/srcpkgs/racer/template index ca53816732f..4e57ad41c90 100644 --- a/srcpkgs/racer/template +++ b/srcpkgs/racer/template @@ -1,16 +1,14 @@ # Template file for 'racer' pkgname=racer -version=2.0.2 -revision=2 -_gitrev=aebec47b2c8d541552761f07e598d7301adf48d0 -wrksrc="${pkgname}-${_gitrev}" +version=2.0.3 +revision=1 hostmakedepends="rust cargo" -short_desc="A utility intended to provide Rust code completion for editors and IDEs" +short_desc="Utility intended to provide Rust code completion for editors and IDEs" maintainer="Michael Gehring " license="MIT" homepage="https://github.com/phildawes/racer" -distfiles="https://github.com/phildawes/racer/archive/${_gitrev}.tar.gz" -checksum=82930f47cdb25583d4b9e4289399a835e67848c564d478ed09710c5d8afd072d +distfiles="https://github.com/phildawes/racer/archive/${version}.tar.gz" +checksum=0396ce9e8535ecb821d556e40758ce5dc2ba37fcfa6f96d6caa7d1a9a88acba8 nocross=yes do_build() {