python3-chess: update to 0.30.1.
This commit is contained in:
parent
6ea7207ca9
commit
5c67ecaf1c
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'python3-chess'
|
||||
pkgname=python3-chess
|
||||
version=0.27.3
|
||||
revision=2
|
||||
version=0.30.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="python-chess-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="chess"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
short_desc="Pure Python3 chess library with move generation and validation"
|
||||
|
@ -13,4 +12,4 @@ 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=7053ad0870ec889cb558298278887cd8b977ca5e752f452f5f0f1de67f7d18cf
|
||||
checksum=c472053f4e89f3bc3e3ce09f606192cfb0ccc1e5894e60b3ed1d16c08f946bc6
|
||||
|
|
Loading…
Reference in New Issue