[arch-commits] Commit in pychess/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Jul 29 08:51:57 UTC 2019


    Date: Monday, July 29, 2019 @ 08:51:57
  Author: arodseth
Revision: 494481

upgpkg: pychess 1.0.0-3

Modified:
  pychess/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-29 08:51:50 UTC (rev 494480)
+++ PKGBUILD	2019-07-29 08:51:57 UTC (rev 494481)
@@ -4,13 +4,14 @@
 
 pkgname=pychess
 pkgver=1.0.0
-pkgrel=2
+pkgrel=3
 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)
+         python-ptyprocess python-psutil python-sqlalchemy python-pexpect
+         python-websockets)
 # /usr/bin/spike is mistaken for a chess engine
 conflicts=(spike)
 makedepends=(git python-pexpect xorg-server-xvfb)
@@ -20,6 +21,7 @@
 package() {
   cd pychess
 
+  # Can only be packaged with X available...
   xvfb-run python setup.py install --prefix=/usr --root="$pkgdir"
 
   # FS#59882



More information about the arch-commits mailing list