summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlaï Deutel2022-11-23 00:20:54 -0500
committerIlaï Deutel2022-11-23 00:20:54 -0500
commit4cdcea4f7e52bdb71d9dce49202cc5f86c4a70bc (patch)
treef9aa95957c506ddd288fe8a21ac71e08fe6e032e
parent571a04d2d0d4d1ab8f34fdba7c225ef82de3bd6f (diff)
downloadaur-4cdcea4f7e52bdb71d9dce49202cc5f86c4a70bc.tar.gz
upgpkg: rustup-git 1.25.1.r39.gb3d53252-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dac8770d769..395495afd9c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rustup-git
pkgdesc = The Rust toolchain installer
- pkgver = 1.24.3.r133.gd0804112
+ pkgver = 1.25.1.r39.gb3d53252
pkgrel = 1
url = https://github.com/rust-lang/rustup.rs
install = post.install
@@ -29,7 +29,7 @@ pkgbase = rustup-git
conflicts = rust-nightly-bin
conflicts = rustup
replaces = cargo-tree
- source = rustup-git::git+https://github.com/rust-lang/rustup.rs.git
+ source = rustup-git::git+https://github.com/rust-lang/rustup.git
sha512sums = SKIP
pkgname = rustup-git
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')