[arch-commits] Commit in pychess/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Fri May 31 13:09:43 UTC 2019
Date: Friday, May 31, 2019 @ 13:09:42
Author: arodseth
Revision: 475929
upgpkg: pychess 1.0.0-1
Modified:
pychess/trunk/PKGBUILD
----------+
PKGBUILD | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-31 12:38:34 UTC (rev 475928)
+++ PKGBUILD 2019-05-31 13:09:42 UTC (rev 475929)
@@ -3,17 +3,18 @@
# Contributor: Alexander Fehr <pizzapunk at gmail.com>
pkgname=pychess
-pkgver=0.99.4
+pkgver=1.0.0
pkgrel=1
pkgdesc='Chess client'
-arch=('any')
+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')
-# /usr/bin/fire and /usr/bin/gringo are mistaken for chess engines...
-conflicts=('mesa-demos' 'clingo')
-makedepends=('git' 'python-pexpect' 'xorg-server-xvfb')
+license=(GPL)
+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,
+# and launched when starting pychess...
+conflicts=(mesa-demos)
+makedepends=(git python-pexpect xorg-server-xvfb)
source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver")
sha256sums=('SKIP')
@@ -23,7 +24,7 @@
xvfb-run python setup.py install --prefix=/usr --root="$pkgdir"
# FS#59882
- find "$pkgdir" -wholename "external/pexpect" -type d -delete
+ find "$pkgdir" -wholename 'external/pexpect' -type d -delete
}
# getver: raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py
More information about the arch-commits
mailing list