python3-chess: update to 1.9.2.
This commit is contained in:
parent
cb98004f19
commit
fd18c489c1
1 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-chess'
|
||||
pkgname=python3-chess
|
||||
version=0.30.1
|
||||
revision=3
|
||||
version=1.9.2
|
||||
revision=1
|
||||
wrksrc="python-chess-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -10,5 +10,6 @@ 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=c472053f4e89f3bc3e3ce09f606192cfb0ccc1e5894e60b3ed1d16c08f946bc6
|
||||
changelog="https://raw.githubusercontent.com/niklasf/python-chess/master/CHANGELOG.rst"
|
||||
distfiles="https://github.com/niklasf/python-chess/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=05d35036b1f4d8ad9bb9f7b471e38d21790a068a1654974fbc633e764256a894
|
||||
|
|
Loading…
Add table
Reference in a new issue