summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1b2716e0a40..56ef0af44f6b 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.181
- pkgrel = 2
+ pkgver = 0.0.182
+ pkgrel = 1
url = https://github.com/rust-lang-nursery/rust-clippy
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 143a01a0ee87..492670334bd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: sum01 <sum01@protonmail.com>
pkgname=rust-clippy
-pkgver=0.0.181
-pkgrel=2
+pkgver=0.0.182
+pkgrel=1
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"