summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTatsuyuki Ishi2017-04-22 22:52:04 +0900
committerTatsuyuki Ishi2017-04-22 22:52:04 +0900
commit303a179e8e95522480ae78d8358c70a0b4325b51 (patch)
tree2c6ed48b8b79dd3b3af110fd82bb6a6ff77b963e /PKGBUILD
parent12bcabedd0608ef65814d497d9de91c063c858e4 (diff)
downloadaur-rust-clippy-git.tar.gz
Remove redundant curl dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7063a064d49e..65cdd6498189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=rust-clippy-git
_gitname=rust-clippy
-pkgver=0.0.124.r2428.6f2fe144
+pkgver=0.0.125.r2431.5cbe9b50
pkgrel=1
pkgdesc='A collection of lints to catch common mistakes and improve your Rust code'
url='https://github.com/Manishearth/rust-clippy'
arch=('x86_64' 'i686')
license=('MPL')
-depends=('curl' 'rust-git')
+depends=('rust-git')
provides=('rust-clippy')
conflicts=('rust-clippy')
makedepends=('cargo')