Date: Tuesday, October 16, 2018 @ 19:58:11 Author: arodseth Revision: 394833
upgpkg: pychess 0.99.3-1 Modified: pychess/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-16 19:48:28 UTC (rev 394832) +++ PKGBUILD 2018-10-16 19:58:11 UTC (rev 394833) @@ -3,17 +3,18 @@ # Contributor: Alexander Fehr <[email protected]> pkgname=pychess -pkgver=0.99.2 -pkgrel=2 +pkgver=0.99.3 +pkgrel=1 pkgdesc='Chess client' arch=('any') url='http://pychess.org/' license=('GPL') -depends=(gst-plugins-base gtksourceview3 python-cairo python-gobject - python-ptyprocess python-psutil python-sqlalchemy python-pexpect) -makedepends=(git python-pexpect xorg-server-xvfb) -# commit 6179d56 contains a fix for Python 3.7. 0.99.3 will be out soon. -source=("git+https://github.com/$pkgname/$pkgname#commit=6179d56") +depends=('gst-plugins-base' 'gtksourceview3' 'python-cairo' 'python-gobject' + 'python-ptyprocess' 'python-psutil' 'python-sqlalchemy' 'python-pexpect') +# /usr/bin/fire and /usr/bin/gringo are mistaken for chess engines... +conflicts=('mesa-demos' 'clingo') +makedepends=('git' 'python-pexpect' 'xorg-server-xvfb') +source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver") sha256sums=('SKIP') package() {
