skim: update to 0.11.11, adopt
This commit is contained in:
parent
37563068fc
commit
8e1b4b3adc
1 changed files with 4 additions and 3 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'skim'
|
# Template file for 'skim'
|
||||||
pkgname=skim
|
pkgname=skim
|
||||||
version=0.10.4
|
version=0.11.11
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
make_install_args="--path skim"
|
||||||
short_desc="Fuzzy Finder in rust"
|
short_desc="Fuzzy Finder in rust"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Saksham <voidisnull@duck.com>"
|
||||||
license="MIT"
|
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=eb5609842ad7c19b1267e77682ee5ae11aa8e84e46c27d9d198cc22d00c5e924
|
checksum=14ed464abf853e474065ad538f20d9c9874db71189b4522e2f4552559711e21a
|
||||||
|
|
||||||
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
Add a link
Reference in a new issue