mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
qsv: update to 3.2.0.
This commit is contained in:
parent
471b191fdf
commit
bf40339604
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'qsv'
|
||||
pkgname=qsv
|
||||
version=2.2.1
|
||||
version=3.2.0
|
||||
revision=1
|
||||
archs="x86_64* i686* aarch64* arm*" # ring
|
||||
build_style=cargo
|
||||
configure_args="--features=feature_capable"
|
||||
make_check_args="-- --skip=test_comments --skip=test_sample --skip=test_sort
|
||||
--skip=test_describegpt"
|
||||
hostmakedepends="pkg-config"
|
||||
hostmakedepends="cmake pkg-config"
|
||||
makedepends="libzstd-devel"
|
||||
short_desc="CLI toolkit for CSV data-wrangling"
|
||||
maintainer="icp <pangolin@vivaldi.net>"
|
||||
|
@ -15,7 +15,7 @@ license="Unlicense"
|
|||
homepage="https://qsv.dathere.com"
|
||||
changelog="https://raw.githubusercontent.com/dathere/qsv/master/CHANGELOG.md"
|
||||
distfiles="https://github.com/dathere/qsv/archive/refs/tags/${version}.tar.gz"
|
||||
checksum=3ada256641d4a56e82cd9d3e48f62188eb6d8dd80b96385ac72c302d729504a4
|
||||
checksum=43e425522083c57de1ee7060463d476b20ba9db05f4237791cb5fceda0c77aa5
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
XBPS_CROSS_RUSTFLAGS+=" -latomic"
|
||||
|
|
Loading…
Add table
Reference in a new issue