summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32826ec42016..aa51ecc27d22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Apr 17 07:05:16 UTC 2017
+# Sat Apr 22 13:52:03 UTC 2017
pkgbase = rust-clippy-git
pkgdesc = A collection of lints to catch common mistakes and improve your Rust code
- pkgver = 0.0.124.r2428.6f2fe144
+ pkgver = 0.0.125.r2431.5cbe9b50
pkgrel = 1
url = https://github.com/Manishearth/rust-clippy
arch = x86_64
arch = i686
license = MPL
makedepends = cargo
- depends = curl
depends = rust-git
provides = rust-clippy
conflicts = rust-clippy
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')