summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIlaï Deutel2022-11-23 00:20:54 -0500
committerIlaï Deutel2022-11-23 00:20:54 -0500
commit4cdcea4f7e52bdb71d9dce49202cc5f86c4a70bc (patch)
treef9aa95957c506ddd288fe8a21ac71e08fe6e032e /PKGBUILD
parent571a04d2d0d4d1ab8f34fdba7c225ef82de3bd6f (diff)
downloadaur-4cdcea4f7e52bdb71d9dce49202cc5f86c4a70bc.tar.gz
upgpkg: rustup-git 1.25.1.r39.gb3d53252-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2a3f6ceeb16..c8ad9d01c047 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Jonathon Fernyhough <jonathon_at_manjaro_dot_org>
pkgname=rustup-git
-pkgver=1.24.3.r133.gd0804112
+pkgver=1.25.1.r39.gb3d53252
pkgrel=1
pkgdesc="The Rust toolchain installer"
arch=('x86_64')
@@ -18,7 +18,7 @@ provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly' 'rustfmt' 'rust-src'
conflicts=('rust' 'cargo' 'rustfmt' 'rust-nightly' 'rust-nightly-bin' 'rustup')
replaces=('cargo-tree')
install='post.install'
-source=("${pkgname}::git+https://github.com/rust-lang/rustup.rs.git")
+source=("${pkgname}::git+https://github.com/rust-lang/rustup.git")
sha512sums=('SKIP')
_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 'cargo-fmt' 'cargo-clippy' 'clippy-driver' 'cargo-miri')