summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3f258ef3385..f221213059b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Feb 9 03:16:53 UTC 2017
+# Sat Mar 4 08:56:30 UTC 2017
pkgbase = hoichess
pkgdesc = Xboard compatible chess engine and xiangqi (Chinese chess) engine
- pkgver = 0.20.0
+ pkgver = 0.21.0
pkgrel = 1
url = http://www.hoicher.de/hoichess
arch = i686
arch = x86_64
license = GPL2
- source = http://www.hoicher.de/hoichess/download/hoichess-0.20.0-gpl.tar.gz
- md5sums = ab4f6d741478f7948595d102cc478c1e
+ source = http://www.hoicher.de/hoichess/download/hoichess-0.21.0-gpl.tar.gz
+ md5sums = 1faa8b3ef55f731ae8200763e95f56ee
pkgname = hoichess
diff --git a/PKGBUILD b/PKGBUILD
index f8e7e0a681a9..17e409bda3a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: wangjiezhe <wangjiezhe AT yandex DOT com>
pkgname=hoichess
-pkgver=0.20.0
+pkgver=0.21.0
pkgrel=1
pkgdesc="Xboard compatible chess engine and xiangqi (Chinese chess) engine"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL2')
url="http://www.hoicher.de/hoichess"
depends=()
source=(${url}/download/${pkgname}-${pkgver}-gpl.tar.gz)
-md5sums=('ab4f6d741478f7948595d102cc478c1e')
+md5sums=('1faa8b3ef55f731ae8200763e95f56ee')
prepare() {
cd "$srcdir/$pkgname-$pkgver"