python3-chess: update to 0.25.0.
This commit is contained in:
parent
21d20739eb
commit
faae5c9fb7
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'python3-chess'
|
||||
pkgname=python3-chess
|
||||
version=0.24.2
|
||||
version=0.25.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="python-chess-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="chess"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python"
|
||||
depends="python3"
|
||||
short_desc="Pure Python3 chess library with move generation and validation"
|
||||
maintainer="cipr3s <cipr3s@gmx.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/niklasf/python-chess"
|
||||
distfiles="${PYPI_SITE}/p/${pkgname/3/}/${pkgname/3/}-${version}.tar.gz"
|
||||
checksum=00a58ee5a8d1e3cc377883deba5786cc1ba65c8168aafd6b126af0af20d31f2f
|
||||
checksum=4c2178aeadf9e6a9742244763071e0983815597b3536b12ba03e79ad71649468
|
||||
|
|
Loading…
Reference in New Issue