From 27663731fe414277661c7d13a3f3095813388693 Mon Sep 17 00:00:00 2001 From: Giuseppe Date: Thu, 16 Dec 2010 15:36:52 +0000 Subject: [PATCH] added new dep: gnuchess --- knights/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/knights/PKGBUILD b/knights/PKGBUILD index 07da7b9b1..62448946d 100644 --- a/knights/PKGBUILD +++ b/knights/PKGBUILD @@ -8,13 +8,12 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=knights pkgver=2.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="Chess board for KDE with XBoard protocol support" arch=('i686' 'x86_64') url="http://kde-apps.org/content/show.php/Knights?content=122046" license=('GPL') -depends=('kdegames-common') -optdepends=('gnuchess: for playing against the computer') +depends=('kdegames-common' 'gnuchess') makedepends=('cmake' 'automoc4' 'docbook-xsl') source=("http://dl.dropbox.com/u/2888238/Knights/${pkgname}-${pkgver}.tar.bz2") md5sums=('6196e8ef8d2e7c16e38307469708f7cf')