summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'