freecell-solver: update to 6.0.1.
This commit is contained in:
parent
39f05035c9
commit
e0d3416275
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
||||||
# Template file for 'freecell-solver'
|
# Template file for 'freecell-solver'
|
||||||
pkgname=freecell-solver
|
pkgname=freecell-solver
|
||||||
version=5.24.0
|
version=6.0.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DFCS_WITH_TEST_SUITE=OFF"
|
configure_args="-DFCS_WITH_TEST_SUITE=OFF"
|
||||||
hostmakedepends="perl-Template-Toolkit gperf perl-Path-Tiny
|
hostmakedepends="perl-Template-Toolkit gperf perl-Path-Tiny
|
||||||
pysolfc python3-pysol_cards python3-random2 python3-six"
|
pysolfc python3-pysol_cards python3-random2 python3-six
|
||||||
|
perl-Moo"
|
||||||
makedepends="gmp-devel rinutils"
|
makedepends="gmp-devel rinutils"
|
||||||
short_desc="Automatically solves Freecell and similar variants of solitaire"
|
short_desc="Automatically solves Freecell and similar variants of solitaire"
|
||||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||||
|
@ -13,7 +14,7 @@ license="MIT"
|
||||||
homepage="https://fc-solve.shlomifish.org/"
|
homepage="https://fc-solve.shlomifish.org/"
|
||||||
changelog="https://fc-solve.shlomifish.org/docs/distro/NEWS.html"
|
changelog="https://fc-solve.shlomifish.org/docs/distro/NEWS.html"
|
||||||
distfiles="https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-${version}.tar.xz"
|
distfiles="https://fc-solve.shlomifish.org/downloads/fc-solve/freecell-solver-${version}.tar.xz"
|
||||||
checksum=34b924e2774ef167d673055c32a829edb1fc9b44112544e99834272a8119af76
|
checksum=9f1a4c6d5c8ac54c6619b3b988efb5562d460cd048d33345e52a0c849fd0d9df
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
makedepends+=" musl-legacy-compat"
|
makedepends+=" musl-legacy-compat"
|
||||||
|
|
Loading…
Reference in a new issue