summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42da9e19f22b..898687160a48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: sum01 <sum01@protonmail.com>
pkgname=rust-clippy
-pkgver=0.0.170
+pkgver=0.0.171
pkgrel=1
pkgdesc="A bunch of lints to catch common mistakes and improve your Rust code"
arch=('i686' 'x86_64')
@@ -15,4 +15,3 @@ package() {
mv "$srcdir/build" "$pkgdir/usr"
rm -f "$pkgdir/usr/.crates.toml"
}
-