summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormurlakatamenka2020-05-04 19:18:00 +0300
committermurlakatamenka2020-05-04 19:18:00 +0300
commit828adccd03a3c165d288d33dd24443efe19c51fc (patch)
treece7e1cff28b32d72fe1db4f38b6e226da56d2150 /PKGBUILD
parent6c1e523b341f9c42953d3a8ef85b68d7502b6104 (diff)
downloadaur-rust-analyzer-bin.tar.gz
Update to 2020-05-04
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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//-}