summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorValeriy Huz2018-09-04 11:44:01 +0300
committerValeriy Huz2018-09-04 11:44:01 +0300
commit4e77874244b399e273c06d9a3a67290c502735f9 (patch)
tree33b8f6c5c78b5cfa3cc7753348b0017a398e6d31 /PKGBUILD
parent98af41009bf6091dff370b81d6d79165424597b1 (diff)
downloadaur-4e77874244b399e273c06d9a3a67290c502735f9.tar.gz
removed unneeded dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb3b9df13fa5..00eed02124e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Valeriy Huz <ghotrix@gmail.com>
pkgname='lucaschess-git'
_pkgname=lucaschess
-pkgver=65
+pkgver=87
pkgrel=1
pkgdesc="Play Train Compete"
arch=('i686' 'x86_64')
url="http://lucaschess.pythonanywhere.com/"
license=('GPL2')
depends=('python2-pyaudio' 'swig' 'python2-psutil' 'python2-chardet' 'python2-pygal'
- 'python2-pocketsphinx' 'python2-pyqt4' 'python2-pillow' 'python2-chess' 'python2-scandir')
+ 'python2-pyqt4' 'python2-pillow' 'python2-chess' 'python2-scandir')
makedepends=('git' 'cython2')
optdepends=('crafty' 'cutechess' 'fairymax' 'fruit' 'gnuchess' 'hoichess' 'pychess'
'stockfish' 'toga2' 'xboard' 'scid_vs_pc')