summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormurlakatamenka2020-05-04 19:18:00 +0300
committermurlakatamenka2020-05-04 19:18:00 +0300
commit828adccd03a3c165d288d33dd24443efe19c51fc (patch)
treece7e1cff28b32d72fe1db4f38b6e226da56d2150
parent6c1e523b341f9c42953d3a8ef85b68d7502b6104 (diff)
downloadaur-rust-analyzer-bin.tar.gz
Update to 2020-05-04
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6382e9621da1..8919dfd20aaf 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 = 20200427
+ pkgver = 20200504
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 = rust-analyzer-2020-04-27::https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-04-27/rust-analyzer-linux
- md5sums = de134b643c19a19641bc466a818bafc0
+ source = rust-analyzer-2020-05-04::https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-05-04/rust-analyzer-linux
+ md5sums = c6caae000a2431d25c100a3964b8987f
pkgname = rust-analyzer-bin
diff --git a/PKGBUILD b/PKGBUILD
index c1ae6b39655f..08c7594c6dbc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer-bin
-pkgver=20200427
-_pkgver='2020-04-27'
+pkgver=20200504
+_pkgver=2020-05-04
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=("rust-analyzer-$_pkgver::$url/releases/download/$_pkgver/rust-analyzer-linux")
-md5sums=('de134b643c19a19641bc466a818bafc0')
+md5sums=('c6caae000a2431d25c100a3964b8987f')
pkgver() {
echo ${_pkgver//-}