summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormurlakatamenka2020-02-03 23:10:54 +0300
committermurlakatamenka2020-02-03 23:10:54 +0300
commitadd1855c2595752e452a8f276ec2bfa0e4d2d09a (patch)
tree236ac9a5f938761d8b3d81a5356a5de6a408cc4e
parent2a7ce2677878e36ea4fbd4469070c87a3223255c (diff)
downloadaur-add1855c2595752e452a8f276ec2bfa0e4d2d09a.tar.gz
Update version to 2020-02-03
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c95098c46c7..11e586b23eb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = An experimental Rust compiler front-end for IDEs.
- pkgver = 20200129
+ pkgver = 20200203
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-29.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-01-29.tar.gz
- md5sums = 2050e3dc1f755ca2eb73255f60ea96c9
+ source = rust-analyzer-2020-02-03.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-02-03.tar.gz
+ md5sums = 55a028ad2fedda26f32b5db1079d92a8
pkgname = rust-analyzer
diff --git a/PKGBUILD b/PKGBUILD
index 200da3ae7b9a..24887b0419fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer
-pkgver=20200129
-_pkgver='2020-01-29'
+pkgver=20200203
+_pkgver='2020-02-03'
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=('2050e3dc1f755ca2eb73255f60ea96c9')
+md5sums=('55a028ad2fedda26f32b5db1079d92a8')
check() {
cd "$pkgname-$_pkgver"