mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
parent
ec3e139f8f
commit
e6faa27417
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'fselect'
|
||||
pkgname=fselect
|
||||
version=0.8.5
|
||||
version=0.8.6
|
||||
revision=1
|
||||
build_style=cargo
|
||||
# disable automatic update checking
|
||||
configure_args="--no-default-features --features uzers"
|
||||
hostmakedepends="pkg-config"
|
||||
configure_args="--no-default-features --features users"
|
||||
hostmakedepends="cmake pkg-config"
|
||||
makedepends="libzstd-devel"
|
||||
short_desc="Find files with SQL-like queries"
|
||||
maintainer="SolitudeSF <solitudesf@protonmail.com>"
|
||||
|
@ -13,7 +13,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=e5742da80606630e310bb1567f2d72d7874f0b2537440e2800507abd786d912d
|
||||
checksum=4b7a6dc5f6f3da39c3242856a1c78734c7b14bd801dc4d7e32bc6f5a1809bc63
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
ppc64le*) ;;
|
||||
|
|
Loading…
Add table
Reference in a new issue