summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2020-04-14 15:58:23 -0400
committerSolomon Choina2020-04-14 15:58:23 -0400
commitabfef89e3483bd1da5a876d2f8894cf1e931f9b8 (patch)
tree5889b23071e18cf532c3bb995a36f7d15c003642 /PKGBUILD
parent6a48329093581944b5174b2772093e0e62880fc0 (diff)
downloadaur-abfef89e3483bd1da5a876d2f8894cf1e931f9b8.tar.gz
some things have been merged
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 266475a66f2b..cc5296df1e31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Steven Allen <steven@stebalien.com>
pkgname=rust-nightly-bin
-pkgver=1.37.0_2019.06.23
+pkgver=1.44.0_2020.04.13
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Fast, concurrent, safe. The Rust programming language and its package manager, Cargo.'
@@ -32,7 +32,7 @@ package() {
--disable-ldconfig \
--destdir="${pkgdir}" \
--prefix=/usr/ \
- --components=rustc,cargo,rls-preview,miri-preview,llvm-tools-preview,rustfmt-preview,rust-std-x86_64-unknown-linux-gnu,rust-docs,rust-analysis-x86_64-unknown-linux-gnu
+ --components=rustc,cargo,llvm-tools-preview,rust-std-x86_64-unknown-linux-gnu,rust-docs,rust-analysis-x86_64-unknown-linux-gnu
install -dm755 "${pkgdir}/usr/share/bash-completion/"