Date: Monday, February 7, 2022 @ 18:04:48 Author: alerque Revision: 1128502
upgpkg: starship 1.3.0-1 Modified: starship/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-07 18:03:54 UTC (rev 1128501) +++ PKGBUILD 2022-02-07 18:04:48 UTC (rev 1128502) @@ -4,8 +4,8 @@ pkgname=starship pkgdesc='The cross-shell prompt for astronauts' -_tag=682f49abdb7065f0053ca7ec82de166027a72072 -pkgver=1.2.1 +_tag=e6a921b5b2a54ffd81368f9b3a573e49b5af1c9a +pkgver=1.3.0 pkgrel=1 arch=(x86_64) url=https://starship.rs/ @@ -42,7 +42,6 @@ cargo build \ --release \ --frozen \ - --features notify-rust \ --manifest-path starship/Cargo.toml } @@ -49,7 +48,6 @@ check() { cargo test \ --frozen \ - --features notify-rust \ --manifest-path starship/Cargo.toml }
