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

Balló György bgyorgy at archlinux.org
Mon Mar 14 23:42:06 UTC 2016


    Date: Tuesday, March 15, 2016 @ 00:42:06
  Author: bgyorgy
Revision: 166788

upgpkg: pychess 0.12.3-2

Remove unused or already satisfied dependencies

Modified:
  pychess/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-14 23:18:40 UTC (rev 166787)
+++ PKGBUILD	2016-03-14 23:42:06 UTC (rev 166788)
@@ -4,12 +4,12 @@
 
 pkgname=pychess
 pkgver=0.12.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Chess client'
 arch=('any')
 url='http://pychess.org/'
 license=('GPL')
-depends=('python' 'python-gobject' 'python-cairo' 'gobject-introspection' 'glib2' 'gtk3' 'pango' 'gdk-pixbuf2' 'gtksourceview3' 'gstreamer' 'gst-plugins-base' 'pygtksourceview2' 'gstreamer0.10-python' 'desktop-file-utils')
+depends=('python-gobject' 'python-cairo' 'gtksourceview3' 'gst-plugins-base' 'desktop-file-utils')
 install=pychess.install
 source=("http://www.pychess.org/download/pychess-$pkgver.tar.gz")
 md5sums=('70035ee3523f7d1c182137a9e146050c')
@@ -17,7 +17,7 @@
 package() {
   cd "pychess-$pkgver"
 
-  python setup.py install --prefix=/usr --root=$pkgdir
+  python setup.py install --prefix=/usr --root="$pkgdir"
 }
 
 # getver: raw.githubusercontent.com/pychess/pychess/master/lib/pychess/__init__.py



More information about the arch-commits mailing list