summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Proulx2016-10-31 14:53:57 -0400
committerPhilippe Proulx2016-10-31 14:53:57 -0400
commit6fb19f111e8f471cf37426e21f175edbbade1ecc (patch)
treee9a9e3b10270f43d07644d084c6075f5c184d0aa
parent7011ca93050b653f1df67d2cbe9cb9dcb579ccfd (diff)
downloadaur-6fb19f111e8f471cf37426e21f175edbbade1ecc.tar.gz
Update to 2.8.2
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11162790d05c..d47acd8060e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Sep 29 07:07:43 UTC 2016
+# Mon Oct 31 18:53:53 UTC 2016
pkgbase = lttng-tools
pkgdesc = LTTng tracing control tools
- pkgver = 2.8.1
+ pkgver = 2.8.2
pkgrel = 1
url = http://lttng.org/
arch = i686
arch = x86_64
license = GPL2
license = LGPL2.1
+ makedepends = asciidoc
+ makedepends = xmlto
depends = popt
depends = liburcu>=0.7.2
depends = lttng-ust>=2.8.0
@@ -18,8 +20,8 @@ pkgbase = lttng-tools
optdepends = babeltrace: view traces with `lttng view` command
optdepends = man-db: view man pages with the `lttng help` command
provides = lttng
- source = http://lttng.org/files/lttng-tools/lttng-tools-2.8.1.tar.bz2
- sha1sums = d881696e0ba8c231cc6166e5883baef37ccb95c4
+ source = http://lttng.org/files/lttng-tools/lttng-tools-2.8.2.tar.bz2
+ sha1sums = 870874ba9644691de8e564a1fa1459aa5fef42ba
pkgname = lttng-tools
diff --git a/PKGBUILD b/PKGBUILD
index 7206e6fcbbe9..a236b3e7a2cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Manuel Mendez <mmendez534 at gmail dot com>
pkgname=lttng-tools
-pkgver=2.8.1
+pkgver=2.8.2
pkgrel=1
pkgdesc="LTTng tracing control tools"
arch=('i686' 'x86_64')
@@ -10,6 +10,7 @@ url="http://lttng.org/"
license=('GPL2' 'LGPL2.1')
provides=('lttng')
source=(http://lttng.org/files/$pkgname/$pkgname-$pkgver.tar.bz2)
+makedepends=('asciidoc' 'xmlto')
depends=(
'popt'
'liburcu>=0.7.2'
@@ -22,12 +23,12 @@ optdepends=(
'babeltrace: view traces with `lttng view` command'
'man-db: view man pages with the `lttng help` command'
)
-sha1sums=('d881696e0ba8c231cc6166e5883baef37ccb95c4')
+sha1sums=('870874ba9644691de8e564a1fa1459aa5fef42ba')
build()
{
cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --enable-man-pages
make
}