summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormurlakatamenka2020-01-29 18:41:28 +0300
committermurlakatamenka2020-01-29 18:41:28 +0300
commit2a7ce2677878e36ea4fbd4469070c87a3223255c (patch)
treee224e147360995999d4ac8b1a798d0687073a3b9
parent2411664d1fb0faaa8e71ebcbb49dc97a6a651091 (diff)
downloadaur-2a7ce2677878e36ea4fbd4469070c87a3223255c.tar.gz
Update version to 2020-01-29
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7fe66dd8dab..2c95098c46c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rust-analyzer
pkgdesc = An experimental Rust compiler front-end for IDEs.
- pkgver = 20200127
+ pkgver = 20200129
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-27.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-01-27.tar.gz
- md5sums = 1b0c32cc9d0a1f4fd1c349e4412eb178
+ source = rust-analyzer-2020-01-29.tar.gz::https://github.com/rust-analyzer/rust-analyzer/archive/2020-01-29.tar.gz
+ md5sums = 2050e3dc1f755ca2eb73255f60ea96c9
pkgname = rust-analyzer
diff --git a/PKGBUILD b/PKGBUILD
index 3b6b7275ada7..200da3ae7b9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer
-pkgver=20200127
-_pkgver='2020-01-27'
+pkgver=20200129
+_pkgver='2020-01-29'
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=('1b0c32cc9d0a1f4fd1c349e4412eb178')
+md5sums=('2050e3dc1f755ca2eb73255f60ea96c9')
check() {
cd "$pkgname-$_pkgver"