racer: update to 2.0.3.

This commit is contained in:
Michael Gehring 2016-12-28 07:12:34 +00:00
parent 16b1c0c84c
commit 46961c4798
1 changed files with 5 additions and 7 deletions

View File

@ -1,16 +1,14 @@
# Template file for 'racer' # Template file for 'racer'
pkgname=racer pkgname=racer
version=2.0.2 version=2.0.3
revision=2 revision=1
_gitrev=aebec47b2c8d541552761f07e598d7301adf48d0
wrksrc="${pkgname}-${_gitrev}"
hostmakedepends="rust cargo" 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 <mg@ebfe.org>" maintainer="Michael Gehring <mg@ebfe.org>"
license="MIT" license="MIT"
homepage="https://github.com/phildawes/racer" homepage="https://github.com/phildawes/racer"
distfiles="https://github.com/phildawes/racer/archive/${_gitrev}.tar.gz" distfiles="https://github.com/phildawes/racer/archive/${version}.tar.gz"
checksum=82930f47cdb25583d4b9e4289399a835e67848c564d478ed09710c5d8afd072d checksum=0396ce9e8535ecb821d556e40758ce5dc2ba37fcfa6f96d6caa7d1a9a88acba8
nocross=yes nocross=yes
do_build() { do_build() {