[arch-commits] Commit in starship/trunk (PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Fri Aug 27 08:39:30 UTC 2021


    Date: Friday, August 27, 2021 @ 08:39:30
  Author: alucryd
Revision: 1007296

upgpkg: starship 0.57.0-1

Modified:
  starship/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-27 08:25:45 UTC (rev 1007295)
+++ PKGBUILD	2021-08-27 08:39:30 UTC (rev 1007296)
@@ -3,8 +3,8 @@
 
 pkgname=starship
 pkgdesc='The cross-shell prompt for astronauts'
-pkgver=0.56.0
-pkgrel=2
+pkgver=0.57.0
+pkgrel=1
 arch=(x86_64)
 url=https://starship.rs/
 license=(ISC)
@@ -23,7 +23,7 @@
   rust
 )
 checkdepends=(python)
-_tag=f64cfa6a98a5e83e5f8bb37aa6e7d547c9b23c9c
+_tag=f03c0825c0d9f99789128692324855a7d5baecca
 source=(git+https://github.com/starship/starship.git#tag=${_tag})
 b2sums=(SKIP)
 
@@ -40,7 +40,6 @@
 }
 
 build() {
-  export RUSTUP_TOOLCHAIN=stable
   export CARGO_TARGET_DIR=target
   cargo build \
     --release \
@@ -50,7 +49,6 @@
 }
 
 check() {
-  export RUSTUP_TOOLCHAIN=stable
   cargo test \
     --frozen \
     --features notify-rust \



More information about the arch-commits mailing list