summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsum012018-01-24 13:27:36 -0500
committersum012018-01-24 13:27:36 -0500
commit3cc27ddb5a5c8703fb2b2ee73db040935eb6513e (patch)
treec50403dcded00697ac8b495df278de2a4e7aa978
parent64dd33c168c61700178408f341ad17a1a5c38549 (diff)
downloadaur-3cc27ddb5a5c8703fb2b2ee73db040935eb6513e.tar.gz
Forgot to update SRCINFO
Woops :S
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7a1a5292eef..a1b2716e0a40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rust-clippy
pkgdesc = A bunch of lints to catch common mistakes and improve your Rust code
- pkgver = 0.0.180
- pkgrel = 1
+ pkgver = 0.0.181
+ pkgrel = 2
url = https://github.com/rust-lang-nursery/rust-clippy
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 718127d830af..143a01a0ee87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sum01 <sum01@protonmail.com>
pkgname=rust-clippy
pkgver=0.0.181
-pkgrel=1
+pkgrel=2
pkgdesc="A bunch of lints to catch common mistakes and improve your Rust code"
arch=('i686' 'x86_64')
url="https://github.com/rust-lang-nursery/rust-clippy"