summaryrefslogtreecommitdiff
path: root/community/xboard/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xboard/PKGBUILD')
-rw-r--r--community/xboard/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/community/xboard/PKGBUILD b/community/xboard/PKGBUILD
index 943912d3b..a2c71d3ea 100644
--- a/community/xboard/PKGBUILD
+++ b/community/xboard/PKGBUILD
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD 97844 2013-09-30 10:04:25Z spupykin $
+# $Id: PKGBUILD 104711 2014-01-24 18:40:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jason Chu <jason@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=xboard
-pkgver=4.7.2
-pkgrel=3
+pkgver=4.7.3
+pkgrel=1
pkgdesc="Graphical user interfaces for chess"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gnu.org/software/xboard/"
license=('GPL3')
-depends=('gnuchess' 'texinfo' 'xdg-utils'
- 'xorg-fonts-75dpi' 'xorg-fonts-100dpi'
- 'gtk2' 'cairo' 'librsvg')
-optdepends=('perl')
+depends=('texinfo' 'xdg-utils' 'gtk2' 'cairo' 'librsvg')
+optdepends=('gnuchess: chess engine'
+ 'perl')
install=${pkgname}.install
source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('83ec086cbf5c4bc362a188654a9332fc')
+md5sums=('5ad06ca818c29f499ba227ea3d19df14')
build() {
cd "${pkgname}-${pkgver}"