summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2018-10-09 22:12:32 +0800
committerwangjiezhe2018-10-09 22:12:32 +0800
commit3fbf02e5f4c9695495ef9d0a79328fb7ba37e464 (patch)
treeac87cd6f573322b64e02a457b5e5e7d3743bf0a0
parent3af7bfcf52ad4a0c017d312f7ae43b055fbbdf97 (diff)
downloadaur-hoichess.tar.gz
Add wget to makedepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f43eac9f03d8..5e9826fca67f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Mon Jun 25 16:42:21 UTC 2018
+# Tue Oct 9 14:12:21 UTC 2018
pkgbase = hoichess
pkgdesc = Xboard compatible chess engine and xiangqi (Chinese chess) engine
pkgver = 0.22.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.hoicher.de/hoichess
arch = x86_64
license = GPL2
+ makedepends = wget
source = http://www.hoicher.de/hoichess/download/hoichess-0.22.0-gpl.tar.gz
md5sums = a7165b2be2708069f204c20da5b3389e
diff --git a/PKGBUILD b/PKGBUILD
index 3f1be3943866..a46727e8afda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
pkgname=hoichess
pkgver=0.22.0
-pkgrel=1
+pkgrel=2
pkgdesc="Xboard compatible chess engine and xiangqi (Chinese chess) engine"
arch=('x86_64')
license=('GPL2')
url="http://www.hoicher.de/hoichess"
depends=()
+makedepends=('wget')
source=(${url}/download/${pkgname}-${pkgver}-gpl.tar.gz)
md5sums=('a7165b2be2708069f204c20da5b3389e')