summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormurlakatamenka2020-03-30 17:39:26 +0300
committermurlakatamenka2020-03-30 17:39:26 +0300
commit67aa442b737f6ad0c1081b99268c675f4c515532 (patch)
tree5507fc79fb9d6161f24fc489abc7e6b7c3ad1288
parent465b1ba0f1fce2ba5e1a7ee7d0c00a10b94602a0 (diff)
downloadaur-67aa442b737f6ad0c1081b99268c675f4c515532.tar.gz
Update to 2020-03-30
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1777b05c5343..f15b5a1d882b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = An experimental Rust compiler front-end for IDEs.
- pkgver = 20200323
+ pkgver = 20200330
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-23.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-03-23.tar.gz
- md5sums = 236a51872b6e6eda750d6ea4b777d3ef
+ source = rust-analyzer-2020-03-30.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-03-30.tar.gz
+ md5sums = 4b175de9a0cd6030f2e1c564ec022db2
pkgname = rust-analyzer
diff --git a/PKGBUILD b/PKGBUILD
index 33f4a5981dd9..8f86436d6978 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer
-pkgver=20200323
-_pkgver='2020-03-23'
+pkgver=20200330
+_pkgver='2020-03-30'
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=('236a51872b6e6eda750d6ea4b777d3ef')
+md5sums=('4b175de9a0cd6030f2e1c564ec022db2')
# check() {
# cd "$pkgname-$_pkgver"