skim: update to 0.15.4

This commit is contained in:
Saksham 2024-12-02 19:50:16 +05:30 committed by classabbyamp
parent 70e83b4674
commit 64f28386e6

View file

@ -1,6 +1,6 @@
# Template file for 'skim' # Template file for 'skim'
pkgname=skim pkgname=skim
version=0.13.0 version=0.15.4
revision=1 revision=1
build_style=cargo build_style=cargo
make_install_args="--path skim" make_install_args="--path skim"
@ -10,7 +10,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=a0a9e0b5c79686330a1b24d2d146844e3d9d641af01a6cac6a5e8f9c1ea2a64e checksum=2e6f4638b1fd7a0bb14fb53945b7cbae050597535fda253de912534b1475aa8d
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