summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4adc3aa78f65..d48085374c7d 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.190
- pkgrel = 1
+ pkgver = 0.1.53
+ pkgrel = 2
url = https://github.com/rust-lang-nursery/rust-clippy
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f1b16c0db2ea..f9a322643f33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: sum01 <sum01@protonmail.com>
+# Maintainer: FreddyMaster <blackcatshd@gmail.com>
pkgname=rust-clippy
-pkgver=0.0.190
-pkgrel=1
+pkgver=0.1.53
+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"