summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormurlakatamenka2020-04-13 22:02:00 +0300
committermurlakatamenka2020-04-13 22:02:00 +0300
commit95392f7acc63c9890246bfa7251c082776b1256a (patch)
tree77b42132bc57928eab72a2ce102e7c4f31e3c0fd
parentbcdb1e09ef90edea00cb1e6ab3ac2301c38c3dbe (diff)
downloadaur-95392f7acc63c9890246bfa7251c082776b1256a.tar.gz
Update to 2020-04-13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03670233063a..8423b2dd6089 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = An experimental Rust compiler front-end for IDEs.
- pkgver = 20200406
+ pkgver = 20200413
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-06.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-04-06.tar.gz
- md5sums = 943ee2686251eb660c93f546b8806cb0
+ source = rust-analyzer-2020-04-13.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-04-13.tar.gz
+ md5sums = f820787265a68cc539607152a9762c7b
pkgname = rust-analyzer
diff --git a/PKGBUILD b/PKGBUILD
index a4d420246cf1..3cdfffc2f8fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer
-pkgver=20200406
-_pkgver='2020-04-06'
+pkgver=20200413
+_pkgver='2020-04-13'
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=('943ee2686251eb660c93f546b8806cb0')
+md5sums=('f820787265a68cc539607152a9762c7b')
# check() {
# cd "$pkgname-$_pkgver"