summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormurlakatamenka2020-01-22 02:11:29 +0300
committermurlakatamenka2020-01-22 02:11:29 +0300
commita8da5a95b06b1843b087eb87a6e1d4013ae93227 (patch)
treeb1e1e4795864ad8c8e353899ae29c00c584a5909
parent422a57832a8d1cc7b3066e737d7bdf91c20a9c0e (diff)
downloadaur-a8da5a95b06b1843b087eb87a6e1d4013ae93227.tar.gz
Update version to 2020-01-20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0f5cc35fac3..65d6f2e81135 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = An experimental Rust compiler front-end for IDEs.
- pkgver = 20200113
+ pkgver = 20200120
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-01-13.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-01-13.tar.gz
- md5sums = 93051c00d55cb4063e284e145b15f32f
+ source = rust-analyzer-2020-01-20.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-01-20.tar.gz
+ md5sums = b5550c3ef9fa842a7ee7ed82ca6486e6
pkgname = rust-analyzer
diff --git a/PKGBUILD b/PKGBUILD
index 4714762e5e49..28114639b1df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer
-pkgver=20200113
-_pkgver='2020-01-13'
+pkgver=20200120
+_pkgver='2020-01-20'
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=('93051c00d55cb4063e284e145b15f32f')
+md5sums=('b5550c3ef9fa842a7ee7ed82ca6486e6')
check() {
cd "$pkgname-$_pkgver"