summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Anderson2018-05-27 19:15:47 -0700
committerEric Anderson2018-05-27 19:15:47 -0700
commit8a6ea8119c054bfe49a1ffb56778a475411fcaa1 (patch)
treef76509a59c88356181c00ec4982bac33a29cb649 /PKGBUILD
parent3e1f6e4376c9ab1fe543ebfd3bf47414cee05d9b (diff)
downloadaur-quarry.tar.gz
Add missing dep on docbook-xsl
This would cause html/de to fail with: cp: cannot stat './quarry.html': No such file or directory It's actually a bug in the repository, since the html file is supposed to already exist so normal users don't need to generate it. This is why html/C doesn't fail.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')