summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIlaï Deutel2024-03-17 02:59:06 -0400
committerIlaï Deutel2024-03-17 02:59:06 -0400
commit20946fa8803ed4bffcb59ec2d4190724c9b5ab1f (patch)
treed66a037fecb7209875731c48293e55f378c5f508 /PKGBUILD
parente9c099a27319752a1bcb8c756ab01cff1bb21b28 (diff)
downloadaur-rustup-git.tar.gz
upgpkg: rustup-git 1.27.0.r15.g6e8769c7-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2cbb8838031b..5c5394a09bef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Jonathon Fernyhough <jonathon_at_manjaro_dot_org>
pkgname=rustup-git
-pkgver=1.26.0.r131.gd4c68448
+pkgver=1.27.0.r15.g6e8769c7
pkgrel=1
pkgdesc="The Rust toolchain installer"
arch=('x86_64')
url="https://github.com/rust-lang/rustup"
-license=('MIT' 'Apache')
+license=('MIT' 'Apache-2.0')
depends=('curl')
makedepends=('git' 'cargo')
optdepends=('lldb: rust-lldb script'
@@ -20,6 +20,7 @@ install='post.install'
source=("${pkgname}::git+https://github.com/rust-lang/rustup.git" "list-proxy-names.rs")
sha512sums=('SKIP'
'fdc9750850e8265409f2fcacf3c7f59e82b619ed40cef0c82944e08c17266107327813fb283c909b3b0821501fac064d9e3618060d688aa7c76cf16a36244626')
+options=(!lto)
pkgver() {
cd "$srcdir/${pkgname}"