summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormurlakatamenka2020-03-04 17:31:17 +0300
committermurlakatamenka2020-03-04 17:31:17 +0300
commitf89c74f93e35c06c20870bd4896eefa8e5d2d468 (patch)
tree6f0e55e7f319bda6233711b431e3d7767850774c
parent41c4dc8f439ba5a75d922449cfbe31d21eeb6a76 (diff)
downloadaur-f89c74f93e35c06c20870bd4896eefa8e5d2d468.tar.gz
Update version to 2020-03-02
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdd46d96dff1..46f1cb8b8a91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rust-analyzer
pkgdesc = An experimental Rust compiler front-end for IDEs.
- pkgver = 20200224
- pkgrel = 2
+ pkgver = 20200302
+ pkgrel = 1
url = https://github.com/rust-analyzer/rust-analyzer
arch = x86_64
license = MIT
@@ -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-24.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-02-24.tar.gz
- md5sums = de4632d37546c3204e91841f985639a3
+ source = rust-analyzer-2020-03-02.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-03-02.tar.gz
+ md5sums = 65178a015e51da51e470483dbf129b37
pkgname = rust-analyzer
diff --git a/PKGBUILD b/PKGBUILD
index 948017d7b2bb..9435b0dbf3ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer
-pkgver=20200224
-_pkgver='2020-02-24'
-pkgrel=2
+pkgver=20200302
+_pkgver='2020-03-02'
+pkgrel=1
pkgdesc="An experimental Rust compiler front-end for IDEs."
arch=('x86_64')
url="https://github.com/rust-analyzer/rust-analyzer"
@@ -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=('de4632d37546c3204e91841f985639a3')
+md5sums=('65178a015e51da51e470483dbf129b37')
check() {
cd "$pkgname-$_pkgver"