summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2016-04-22 23:14:41 +0300
committerChristoph Gysin2016-04-22 23:14:41 +0300
commitd3a1bfd42ea543a160f296019b05c45bc10af18d (patch)
treea7d680d3d78bc15100cf638233469a023789d222
parentfe7c91f09130780d6a4a2d734ba7c7d09f28b507 (diff)
downloadaur-d3a1bfd42ea543a160f296019b05c45bc10af18d.tar.gz
add manpage build dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06def45ea016..e52736609864 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Apr 22 20:11:52 UTC 2016
pkgbase = lttng-ust-git
pkgdesc = Userspace tracing library for LTTng
- pkgver = 2.7.0.rc1.28.g0dafcd6
+ pkgver = 2.8.0.rc1.21.g6488ae4
pkgrel = 1
url = http://lttng.org/
install = lttng-ust-git.install
@@ -9,6 +11,8 @@ pkgbase = lttng-ust-git
license = GPL2
license = LGPL2.1
makedepends = git
+ makedepends = asciidoc
+ makedepends = xmlto
depends = liburcu>=0.7.2
depends = util-linux
optdepends = babeltrace
diff --git a/PKGBUILD b/PKGBUILD
index 35c3cac545b0..9c59b737062f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=lttng-ust-git
_gitname="lttng-ust"
-pkgver=2.7.0.rc1.28.g0dafcd6
+pkgver=2.8.0.rc1.21.g6488ae4
pkgrel=1
pkgdesc="Userspace tracing library for LTTng"
arch=('i686' 'x86_64')
url="http://lttng.org/"
license=('GPL2' 'LGPL2.1')
depends=('liburcu>=0.7.2' 'util-linux')
-makedepends=('git')
+makedepends=('git' 'asciidoc' 'xmlto')
provides=('lttng-ust')
conflicts=('lttng-ust')
optdepends=('babeltrace')