summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Fent2021-03-08 22:39:12 +0100
committerPhilipp Fent2021-03-08 22:39:12 +0100
commitf8ad436145cf4373cedc90a1f3a55eadab10ffa9 (patch)
tree19653dede4d8d6992b4ebf37d189fd6a2e4ff42c
parent484f57447eeabd510338feff5c4a2d72f27c528a (diff)
downloadaur-f8ad436145cf4373cedc90a1f3a55eadab10ffa9.tar.gz
add missing asciidoc makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71c7e17bfccf..b647b60c6f35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = icecream-git
pkgdesc = takes compile jobs from your build and distributes it to remote machines allowing a parallel build on several machines.
- pkgver = r1959.e39103f
+ pkgver = r2165.186d900
pkgrel = 1
url = http://en.opensuse.org/Icecream
install = icecream.install
arch = x86_64
license = GPL2
makedepends = docbook2x
+ makedepends = asciidoc
depends = bash
depends = libcap-ng
depends = libarchive
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'