mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
ncspot: update to 1.2.2.
This commit is contained in:
parent
f1aa8af7ff
commit
f3f488ef08
1 changed files with 5 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ncspot'
|
||||
pkgname=ncspot
|
||||
version=1.2.1
|
||||
version=1.2.2
|
||||
revision=1
|
||||
build_style=cargo
|
||||
build_helper="qemu"
|
||||
|
@ -14,14 +14,11 @@ license="BSD-2-Clause"
|
|||
homepage="https://github.com/hrkfdn/ncspot"
|
||||
changelog="https://raw.githubusercontent.com/hrkfdn/ncspot/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/hrkfdn/ncspot/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=6bd08609a56aa5854a1964c9a872fe58b69a768d7d94c874d40d7a8848241213
|
||||
checksum=11555a61be381afa6196b0603d12ea34ee0c6e1660d7c586d13927f3e5ba802c
|
||||
|
||||
# FIXME: Workaround will be removed when https://github.com/aws/aws-lc-rs/issues/632 is resolved
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
armv[67]l)
|
||||
export AWS_LC_SYS_CFLAGS="-Wno-stringop-overflow"
|
||||
;;
|
||||
esac
|
||||
pre_build() {
|
||||
cargo update --package aws-lc-rs
|
||||
}
|
||||
|
||||
post_build() {
|
||||
cargo auditable build --release --target ${RUST_TARGET} --package xtask
|
||||
|
|
Loading…
Add table
Reference in a new issue