summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFreddyMaster2021-04-22 22:18:15 -0400
committerFreddyMaster2021-04-22 22:18:15 -0400
commit83b4d77687b52f6c6a94d15675503f8542225415 (patch)
treecb6108b9ffcb1cea55fa5bb996cdaa34066b6cb8
parenteb9580a986e610a8dae449db56029cc0b0021fb1 (diff)
downloadaur-83b4d77687b52f6c6a94d15675503f8542225415.tar.gz
rebuilt new version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d48085374c7d..95aa9b2cb62d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = rust-clippy
pkgdesc = A bunch of lints to catch common mistakes and improve your Rust code
pkgver = 0.1.53
pkgrel = 2
- url = https://github.com/rust-lang-nursery/rust-clippy
+ url = https://github.com/rust-lang/rust-clippy
arch = i686
arch = x86_64
license = MPL2
diff --git a/PKGBUILD b/PKGBUILD
index f9a322643f33..b510e7d941e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ 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"
+url="https://github.com/rust-lang/rust-clippy"
license=('MPL2')
depends=('gcc-libs')
makedepends=('rust-nightly' 'cargo-nightly' 'rustup')