mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-19 07:37:01 +02:00
fselect: update to 0.8.4.
This commit is contained in:
parent
96809efa4f
commit
99a6e87fe4
1 changed files with 3 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fselect'
|
||||
pkgname=fselect
|
||||
version=0.8.3
|
||||
revision=2
|
||||
version=0.8.4
|
||||
revision=1
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libzstd-devel"
|
||||
|
@ -11,7 +11,7 @@ license="Apache-2.0, MIT"
|
|||
homepage="https://github.com/jhspetersson/fselect"
|
||||
changelog="https://github.com/jhspetersson/fselect/releases"
|
||||
distfiles="https://github.com/jhspetersson/fselect/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=2b8e8b40ef490663239f3a24f9383fd5b832530e96513d58755b688b507d876e
|
||||
checksum=db720310ff265012f283f9fdfb4ac99188bb4a3cbfe5550171c7e2ab55a36420
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64le*) ;;
|
||||
|
@ -23,10 +23,6 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
|||
XBPS_CROSS_RUSTFLAGS+=" -latomic"
|
||||
fi
|
||||
|
||||
post_patch() {
|
||||
cargo update --package mp4parse@0.12.0 --precise 0.12.1
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE-MIT
|
||||
vman docs/fselect.1
|
||||
|
|
Loading…
Add table
Reference in a new issue