summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp Fent2021-03-08 22:39:12 +0100
committerPhilipp Fent2021-03-08 22:39:12 +0100
commitf8ad436145cf4373cedc90a1f3a55eadab10ffa9 (patch)
tree19653dede4d8d6992b4ebf37d189fd6a2e4ff42c /PKGBUILD
parent484f57447eeabd510338feff5c4a2d72f27c528a (diff)
downloadaur-icecream-git.tar.gz
add missing asciidoc makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3256f9d0941..782be6d5bfa3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
_pkgname=icecream
pkgname=icecream-git
-pkgver=r1959.e39103f
+pkgver=r2165.186d900
pkgrel=1
pkgdesc="takes compile jobs from your build and distributes it to remote machines allowing a parallel build on several machines."
url="http://en.opensuse.org/Icecream"
license=('GPL2')
-makedepends=('docbook2x')
+makedepends=('docbook2x' 'asciidoc')
depends=('bash' 'libcap-ng' 'libarchive' 'lzo' 'zstd')
provides=('icecream')
optdepends=('icecream-sundae: A commandline monitor for Icecream'