python3-chess: update to 0.26.0.
This commit is contained in:
parent
e8ef012584
commit
f4d8700cfe
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'python3-chess'
|
# Template file for 'python3-chess'
|
||||||
pkgname=python3-chess
|
pkgname=python3-chess
|
||||||
version=0.25.1
|
version=0.26.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
archs=noarch
|
||||||
wrksrc="python-chess-${version}"
|
wrksrc="python-chess-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="chess"
|
pycompile_module="chess"
|
||||||
|
@ -13,4 +13,4 @@ maintainer="cipr3s <cipr3s@gmx.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/niklasf/python-chess"
|
homepage="https://github.com/niklasf/python-chess"
|
||||||
distfiles="${PYPI_SITE}/p/${pkgname/3/}/${pkgname/3/}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/${pkgname/3/}/${pkgname/3/}-${version}.tar.gz"
|
||||||
checksum=a60b209873d0d5dbcabe311378ff71bf7913725bd38c2288fd0e796cda7293f9
|
checksum=efd2d980d78976f24feb3864d303b50710822c2bdd72545bf5cc3dd391d40c00
|
||||||
|
|
Loading…
Reference in New Issue