summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormurlakatamenka2020-04-20 13:09:45 +0300
committermurlakatamenka2020-04-20 13:09:45 +0300
commit2cafffceb0a550db20f04c28f8c9ec8d62102db1 (patch)
tree14092aa7a7d496841989e9346113907ea707596c
parent95392f7acc63c9890246bfa7251c082776b1256a (diff)
downloadaur-2cafffceb0a550db20f04c28f8c9ec8d62102db1.tar.gz
Update to 2020-04-20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8423b2dd6089..a22a9f382055 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = An experimental Rust compiler front-end for IDEs.
- pkgver = 20200413
+ pkgver = 20200420
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-04-13.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-04-13.tar.gz
- md5sums = f820787265a68cc539607152a9762c7b
+ source = rust-analyzer-2020-04-20.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-04-20.tar.gz
+ md5sums = 3b94549e3aeab7228d839a365662d04c
pkgname = rust-analyzer
diff --git a/PKGBUILD b/PKGBUILD
index 3cdfffc2f8fe..c631b48c44b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer
-pkgver=20200413
-_pkgver='2020-04-13'
+pkgver=20200420
+_pkgver='2020-04-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=('f820787265a68cc539607152a9762c7b')
+md5sums=('3b94549e3aeab7228d839a365662d04c')
# check() {
# cd "$pkgname-$_pkgver"