summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormurlakatamenka2020-03-09 21:31:01 +0300
committermurlakatamenka2020-03-09 21:31:01 +0300
commit32d7b4909c58a491757a6d5a3b3e9f6905232bca (patch)
treefcb247b5fd24827a6d2c32091401ec3eec5a920e
parentf89c74f93e35c06c20870bd4896eefa8e5d2d468 (diff)
downloadaur-32d7b4909c58a491757a6d5a3b3e9f6905232bca.tar.gz
Update version to 2020-03-09
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46f1cb8b8a91..f9d796d58ec3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = An experimental Rust compiler front-end for IDEs.
- pkgver = 20200302
+ pkgver = 20200309
pkgrel = 1
url = https://github.com/rust-analyzer/rust-analyzer
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = rust-analyzer
conflicts = rust-analyzer-bin
conflicts = rust-analyzer-git
conflicts = rust-analyzer-vscode-git
- source = rust-analyzer-2020-03-02.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-03-02.tar.gz
- md5sums = 65178a015e51da51e470483dbf129b37
+ source = rust-analyzer-2020-03-09.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-03-09.tar.gz
+ md5sums = e82fcdcd6a82019f6f6dccca2f601401
pkgname = rust-analyzer
diff --git a/PKGBUILD b/PKGBUILD
index 9435b0dbf3ff..edaa4ee8612c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer
-pkgver=20200302
-_pkgver='2020-03-02'
+pkgver=20200309
+_pkgver='2020-03-09'
pkgrel=1
pkgdesc="An experimental Rust compiler front-end for IDEs."
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('cargo')
provides=('rust-analyzer')
conflicts=('rust-analyzer-bin' 'rust-analyzer-git' 'rust-analyzer-vscode-git')
source=("$pkgname-$_pkgver.tar.gz::$url/archive/$_pkgver.tar.gz")
-md5sums=('65178a015e51da51e470483dbf129b37')
+md5sums=('e82fcdcd6a82019f6f6dccca2f601401')
check() {
cd "$pkgname-$_pkgver"