summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dac135628795..f53b2d1ea13f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Jan 27 05:00:07 UTC 2018
+# Mon May 28 02:15:14 UTC 2018
pkgbase = quarry
pkgdesc = A multi-purpose GUI for Go, Amazons, and Othello
pkgver = 0.3.0.1
@@ -10,6 +10,7 @@ pkgbase = quarry
arch = x86_64
license = GPL
makedepends = xmlto
+ makedepends = docbook-xsl
depends = librsvg
depends = gtk2
optdepends = gnugo: play Go against the computer
diff --git a/PKGBUILD b/PKGBUILD
index 55b2b3741bc4..5cfc0ae5cbfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('GPL')
depends=('librsvg' 'gtk2')
optdepends=('gnugo: play Go against the computer'
'grhino: play Othello against the computer')
-makedepends=('xmlto')
+makedepends=('xmlto' 'docbook-xsl')
install='quarry.install'
source=("https://github.com/ejona86/$pkgname/archive/$pkgver.tar.gz"
'inline.patch')