summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ea48878c3b9..dba434944ebd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = rust-analyzer-git
pkgdesc = An experimental Rust compiler front-end for IDEs
- pkgver = 0.1.0.1249.g0e1c01c
+ pkgver = 0.1.0.7015.gc0661ce74
pkgrel = 1
url = https://github.com/rust-analyzer/rust-analyzer
arch = x86_64
arch = i686
license = MIT
makedepends = cargo
+ makedepends = git
provides = rust-analyzer
conflicts = rust-analyzer
source = rust-analyzer-git::git+https://github.com/rust-analyzer/rust-analyzer.git
diff --git a/PKGBUILD b/PKGBUILD
index de8653eb458f..1cc98c0ebe02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=rust-analyzer-git
-pkgver=0.1.0.1249.g0e1c01c
+pkgver=0.1.0.7015.gc0661ce74
pkgrel=1
pkgdesc="An experimental Rust compiler front-end for IDEs"
arch=('x86_64' 'i686')
url="https://github.com/rust-analyzer/rust-analyzer"
license=('MIT')
depends=()
-makedepends=('cargo')
+makedepends=('cargo' 'git')
optdepends=()
provides=('rust-analyzer')
conflicts=('rust-analyzer')