diff options
Diffstat (limited to 'community/xboard/PKGBUILD')
-rw-r--r-- | community/xboard/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/xboard/PKGBUILD b/community/xboard/PKGBUILD index 33f49f31a..13c602417 100644 --- a/community/xboard/PKGBUILD +++ b/community/xboard/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 97081 2013-09-12 10:17:03Z spupykin $ +# $Id: PKGBUILD 97535 2013-09-23 16:17:42Z 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.1 -pkgrel=3 +pkgver=4.7.2 +pkgrel=1 pkgdesc="Graphical user interfaces for chess" arch=('i686' 'x86_64') url="http://www.gnu.org/software/xboard/" @@ -17,7 +17,7 @@ makedepends=('gendesk') optdepends=('perl') install=${pkgname}.install source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('e42383c4594c24ebf2f9fdc5dc89e255') +md5sums=('83ec086cbf5c4bc362a188654a9332fc') build() { cd "${srcdir}" |