summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormurlakatamenka2020-02-10 21:54:53 +0300
committermurlakatamenka2020-02-10 21:54:53 +0300
commitcde4b78e11b4d51fb8e2245fe525efbed53c0cae (patch)
tree8d9147c3503ed08ecc7992372bfb186645e822f1
parentadd1855c2595752e452a8f276ec2bfa0e4d2d09a (diff)
downloadaur-cde4b78e11b4d51fb8e2245fe525efbed53c0cae.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 11e586b23eb1..1b02bb238d9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = An experimental Rust compiler front-end for IDEs.
- pkgver = 20200203
+ pkgver = 20200210
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-02-03.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-02-03.tar.gz
- md5sums = 55a028ad2fedda26f32b5db1079d92a8
+ source = rust-analyzer-2020-02-10.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-02-10.tar.gz
+ md5sums = 85e0ae7f6f15a2f6d1d3f5e8e8587113
pkgname = rust-analyzer
diff --git a/PKGBUILD b/PKGBUILD
index 24887b0419fb..a429da65b6b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer
-pkgver=20200203
-_pkgver='2020-02-03'
+pkgver=20200210
+_pkgver='2020-02-10'
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=('55a028ad2fedda26f32b5db1079d92a8')
+md5sums=('85e0ae7f6f15a2f6d1d3f5e8e8587113')
check() {
cd "$pkgname-$_pkgver"