cutechess: update to 1.0.0

This commit is contained in:
Jeff Huang 2017-08-15 13:29:29 +01:00
parent 8faf9da6bb
commit c1589f66ad

View File

@ -1,5 +1,5 @@
pkgname=cutechess pkgname=cutechess
pkgver=0.9.4 pkgver=1.0.0
pkgrel=1 pkgrel=1
pkgdesc="Graphical user interface, command-line interface and a library for playing chess" pkgdesc="Graphical user interface, command-line interface and a library for playing chess"
arch=('x86_64') arch=('x86_64')
@ -9,7 +9,7 @@ groups=('games')
depends=('qt5-base' 'qt5-svg') depends=('qt5-base' 'qt5-svg')
source=("https://github.com/$pkgname/$pkgname/archive/gui-$pkgver.tar.gz" source=("https://github.com/$pkgname/$pkgname/archive/gui-$pkgver.tar.gz"
"cutechess.desktop") "cutechess.desktop")
md5sums=('2e594803f0959b1486b2d315e9765a28' md5sums=('99c0c4ddf5176cbbe5afcb8db35f57d8'
'a649152fbf23dc0910550f2a877ff345') 'a649152fbf23dc0910550f2a877ff345')
build() { build() {