mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
jaq: update to 2.1.0
This commit is contained in:
parent
f52c0f8072
commit
3363035cfc
1 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'jaq'
|
# Template file for 'jaq'
|
||||||
pkgname=jaq
|
pkgname=jaq
|
||||||
version=2.0.1
|
version=2.1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--no-default-features"
|
configure_args="--no-default-features"
|
||||||
|
@ -11,12 +11,7 @@ license="MIT"
|
||||||
homepage="https://github.com/01mf02/jaq"
|
homepage="https://github.com/01mf02/jaq"
|
||||||
changelog="https://github.com/01mf02/jaq/releases"
|
changelog="https://github.com/01mf02/jaq/releases"
|
||||||
distfiles="https://github.com/01mf02/jaq/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/01mf02/jaq/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=e554f375500d09813c9a2f4454217b8d12ae3be5dba56bc545b199ae0d4ab72e
|
checksum=59cd17e806a4797e28fa42073c6c8a4d6fb40e28efd7a63f3004d1d738d5be93
|
||||||
|
|
||||||
# uses machine-sized integers but tests run on 64 bit values
|
|
||||||
if [ "${XBPS_WORDSIZE}" = 32 ]; then
|
|
||||||
make_check_args+=" -- --skip math_rem"
|
|
||||||
fi
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
|
|
Loading…
Add table
Reference in a new issue