pychess: update to 1.0.2
This commit is contained in:
parent
8f2b70c4e0
commit
6daf068091
1 changed files with 12 additions and 10 deletions
|
@ -1,15 +1,17 @@
|
|||
# Template file for 'pychess'
|
||||
pkgname=pychess
|
||||
version=0.12.4
|
||||
revision=3
|
||||
version=1.0.2
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
pycompile_module="pychess"
|
||||
archs=noarch
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="gobject-introspection gst-plugins-base1 gtksourceview python3-gobject"
|
||||
short_desc="A GTK chess client written in Python"
|
||||
_commondeps="python3-gobject python3-pexpect python3-SQLAlchemy
|
||||
gobject-introspection gtksourceview"
|
||||
hostmakedepends="python3-setuptools gettext ${_commondeps}"
|
||||
depends="stockfish gnome-icon-theme python3-websockets
|
||||
python3-psutil gst-plugins-base1 ${_commondeps}"
|
||||
short_desc="GTK chess client written in Python"
|
||||
maintainer="cipr3s <cipr3s@gmx.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.pychess.org"
|
||||
distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
|
||||
checksum="0706861dcea811abb80c8db589494e932b4bab931b2a8799fe53a2bd4b6ac372"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://pychess.github.io"
|
||||
distfiles="https://github.com/pychess/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=06d9274775fb0aac480fcc40f0007be3c5309da6a122013472d36de7de8d5fa2
|
||||
|
|
Loading…
Reference in a new issue