Date: Monday, September 3, 2018 @ 09:03:39 Author: arodseth Revision: 376377
upgpkg: pychess 0.99.2-2 Modified: pychess/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-03 08:44:20 UTC (rev 376376) +++ PKGBUILD 2018-09-03 09:03:39 UTC (rev 376377) @@ -5,13 +5,13 @@ pkgname=pychess pkgver=0.99.2 -pkgrel=1 +pkgrel=2 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-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") @@ -21,6 +21,9 @@ cd pychess xvfb-run python setup.py install --prefix=/usr --root="$pkgdir" + + # FS#59882 + find "$pkgdir" -wholename "external/pexpect" -type d -delete } # getver: raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py