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

Maxime Gauduin alucryd at archlinux.org
Thu May 6 12:28:29 UTC 2021


    Date: Thursday, May 6, 2021 @ 12:28:28
  Author: alucryd
Revision: 928447

starship 0.53.0-2: enable desktop notifications

Modified:
  starship/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-06 12:05:21 UTC (rev 928446)
+++ PKGBUILD	2021-05-06 12:28:28 UTC (rev 928447)
@@ -4,7 +4,7 @@
 pkgname=starship
 pkgdesc='The cross-shell prompt for astronauts'
 pkgver=0.53.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url=https://starship.rs/
 license=(ISC)
@@ -42,6 +42,7 @@
   cargo build \
     --release \
     --frozen \
+    --features notify-rust \
     --manifest-path starship/Cargo.toml
 }
 
@@ -49,6 +50,7 @@
   cargo test \
     --release \
     --frozen \
+    --features notify-rust \
     --manifest-path starship/Cargo.toml
 }
 
@@ -55,6 +57,7 @@
 package() {
   cargo install \
     --frozen \
+    --features notify-rust \
     --offline \
     --no-track \
     --path starship \



More information about the arch-commits mailing list