summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anderson2018-05-27 19:15:47 -0700
committerEric Anderson2018-05-27 19:15:47 -0700
commit8a6ea8119c054bfe49a1ffb56778a475411fcaa1 (patch)
treef76509a59c88356181c00ec4982bac33a29cb649
parent3e1f6e4376c9ab1fe543ebfd3bf47414cee05d9b (diff)
downloadaur-8a6ea8119c054bfe49a1ffb56778a475411fcaa1.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.
-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')