mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
skim: update to 0.10.3
This commit is contained in:
parent
e5f1a91bfb
commit
019b4bb4b0
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'skim'
|
# Template file for 'skim'
|
||||||
pkgname=skim
|
pkgname=skim
|
||||||
version=0.10.2
|
version=0.10.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
short_desc="Fuzzy Finder in rust"
|
short_desc="Fuzzy Finder in rust"
|
||||||
|
@ -9,7 +9,7 @@ license="MIT"
|
||||||
homepage="https://github.com/lotabout/skim"
|
homepage="https://github.com/lotabout/skim"
|
||||||
changelog="https://raw.githubusercontent.com/lotabout/skim/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/lotabout/skim/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/lotabout/skim/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/lotabout/skim/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=a46b670848b9b083cd45cd1db36387efc73f856972531d9f156988e83a0c3c07
|
checksum=468c77567cd2bbd2aff6424414cfdfff7efa1012f096dae4772b178f243adf45
|
||||||
|
|
||||||
if [ "$XBPS_WORDSIZE" = 32 ]; then
|
if [ "$XBPS_WORDSIZE" = 32 ]; then
|
||||||
make_check=no # disable tests on 32bit due to register exhaustion
|
make_check=no # disable tests on 32bit due to register exhaustion
|
||||||
|
|
Loading…
Add table
Reference in a new issue