summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormurlakatamenka2020-02-10 21:37:45 +0300
committermurlakatamenka2020-02-10 21:37:45 +0300
commitefc5257e36654a4fa55696b83b32e26859c085fd (patch)
tree5cd3f199b0159db81c5891bdff1d1e2d90f15663
parent4e3e574a58505fc2ffac2ef008cb5f304509199d (diff)
downloadaur-efc5257e36654a4fa55696b83b32e26859c085fd.tar.gz
Update version to 2020-02-10
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 867912a3f661..c5b678ebda87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer-bin
pkgdesc = An experimental Rust compiler front-end for IDEs. Binary build.
- pkgver = 20200203
+ pkgver = 20200210
pkgrel = 1
url = https://github.com/rust-analyzer/rust-analyzer
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = rust-analyzer-bin
conflicts = rust-analyzer
conflicts = rust-analyzer-git
conflicts = rust-analyzer-vscode-git
- source = ra_lsp_server-2020-02-03::https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-02-03/ra_lsp_server-linux
- md5sums = fa467f1945d528c99d7d755d6322f400
+ source = ra_lsp_server-2020-02-10::https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-02-10/ra_lsp_server-linux
+ md5sums = fa0cec000757151f5d8e5502d2010293
pkgname = rust-analyzer-bin
diff --git a/PKGBUILD b/PKGBUILD
index a2970442dfd9..f372a8574295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer-bin
-pkgver=20200203
-_pkgver='2020-02-03'
+pkgver=20200210
+_pkgver='2020-02-10'
pkgrel=1
pkgdesc="An experimental Rust compiler front-end for IDEs. Binary build."
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT' 'Apache')
provides=('rust-analyzer')
conflicts=('rust-analyzer' 'rust-analyzer-git' 'rust-analyzer-vscode-git')
source=("ra_lsp_server-$_pkgver::$url/releases/download/$_pkgver/ra_lsp_server-linux")
-md5sums=('fa467f1945d528c99d7d755d6322f400')
+md5sums=('fa0cec000757151f5d8e5502d2010293')
pkgver() {
echo ${_pkgver//-}