summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorquininer2020-01-16 01:35:02 +0800
committerquininer2020-01-16 01:35:02 +0800
commit57978976bd38724be90b7a0194f325f95632a41f (patch)
tree30c37e6b957d5fc30b53d7262d7d1442874162d2
parentffcae204337c7224649f63724c6caac3acd3b258 (diff)
downloadaur-57978976bd38724be90b7a0194f325f95632a41f.tar.gz
update
-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')