summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormurlakatamenka2020-01-29 18:32:50 +0300
committermurlakatamenka2020-01-29 18:32:50 +0300
commit52e099acb3b07fe0311dad3b9dd12bb62d899be1 (patch)
tree7dc6cda0622eea4ae60c1db91cc86cda97414d94
parent20b567fa7d37ad9106d78988189b365269f5a8ae (diff)
downloadaur-52e099acb3b07fe0311dad3b9dd12bb62d899be1.tar.gz
Update version to 2020-01-29
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 687f5183298e..378521f3d5d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rust-analyzer-bin
pkgdesc = An experimental Rust compiler front-end for IDEs. Binary build.
- pkgver = 20200127
- pkgrel = 2
+ pkgver = 20200129
+ pkgrel = 1
url = https://github.com/rust-analyzer/rust-analyzer
arch = x86_64
license = MIT
@@ -10,8 +10,8 @@ pkgbase = rust-analyzer-bin
conflicts = rust-analyzer
conflicts = rust-analyzer-git
conflicts = rust-analyzer-vscode-git
- source = ra_lsp_server-2020-01-27::https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-01-27/ra_lsp_server-linux
- md5sums = 7ee3e7ac47fc418c360a0c33a0ffc339
+ source = ra_lsp_server-2020-01-29::https://github.com/rust-analyzer/rust-analyzer/releases/download/2020-01-29/ra_lsp_server-linux
+ md5sums = cbd16a29826068a056a62ee210fe9175
pkgname = rust-analyzer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 574cc48e0d58..545dd3dc460c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Sergey A. <murlakatamenka@disroot.org>
pkgname=rust-analyzer-bin
-pkgver=20200127
-_pkgver='2020-01-27'
-pkgrel=2
+pkgver=20200129
+_pkgver='2020-01-29'
+pkgrel=1
pkgdesc="An experimental Rust compiler front-end for IDEs. Binary build."
arch=('x86_64')
url="https://github.com/rust-analyzer/rust-analyzer"
@@ -11,7 +11,7 @@ license=('MIT' 'Apache')
provides=('rust-analyzer')
conflicts=('rust-analyzer' 'rust-analyzer-git' 'rust-analyzer-vscode-git')
source=("ra_lsp_server-$_pkgver::$url/releases/download/$_pkgver/ra_lsp_server-linux")
-md5sums=('7ee3e7ac47fc418c360a0c33a0ffc339')
+md5sums=('cbd16a29826068a056a62ee210fe9175')
pkgver() {
echo ${_pkgver//-}