[arch-commits] Commit in starship/trunk (PKGBUILD)
Caleb Maclennan
alerque at gemini.archlinux.org
Wed Aug 24 07:31:54 UTC 2022
Date: Wednesday, August 24, 2022 @ 07:31:53
Author: alerque
Revision: 1276054
upgpkg: starship 1.10.2-1
Modified:
starship/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-24 07:18:21 UTC (rev 1276053)
+++ PKGBUILD 2022-08-24 07:31:53 UTC (rev 1276054)
@@ -4,8 +4,8 @@
pkgname=starship
pkgdesc='The cross-shell prompt for astronauts'
-_tag=b8d8918b01cf255ec0e7152433b2cdd484d917c6
-pkgver=1.9.1
+_tag=56f8c0be7c679a4bcf61904ae438e5a66cca79d1
+pkgver=1.10.2
pkgrel=1
arch=(x86_64)
url=https://starship.rs/
@@ -18,6 +18,7 @@
ttf-font-nerd
)
makedepends=(
+ cmake
git
rust
)
@@ -39,6 +40,7 @@
build() {
export CARGO_TARGET_DIR=target
+ CFLAGS+=" -ffat-lto-objects"
cargo build \
--release \
--frozen \
More information about the arch-commits
mailing list