summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Proulx2016-05-27 11:29:56 -0400
committerPhilippe Proulx2016-05-27 11:29:56 -0400
commit6685b8160513ad34a4728c8f7f7d4f27ca9096d7 (patch)
treefa8f3063d09b15250eae17d637da3376b1f7ff87
parent25fc968a67f2a409b883ece84ec2414b4cafa95a (diff)
downloadaur-6685b8160513ad34a4728c8f7f7d4f27ca9096d7.tar.gz
Update to 2.8.0
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD23
2 files changed, 24 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 21cd41b34ad6..7a755d5d0a66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 14 07:19:19 UTC 2016
+# Fri May 27 15:29:51 UTC 2016
pkgbase = lttng-tools
- pkgdesc = Trace control client for LTTng
- pkgver = 2.7.2
+ pkgdesc = LTTng tracing control tools
+ pkgver = 2.8.0
pkgrel = 1
url = http://lttng.org/
arch = i686
@@ -11,15 +11,16 @@ pkgbase = lttng-tools
license = LGPL2.1
depends = popt
depends = liburcu>=0.7.2
- depends = lttng-ust>=2.7.0
+ depends = lttng-ust>=2.8.0
depends = linux>=2.6.27
depends = libxml2>=2.7.6
optdepends = lttng-modules: kernel tracing support
- optdepends = babeltrace: trace viewing
+ optdepends = babeltrace: view traces with `lttng view` command
+ optdepends = man-db: view man pages with the `lttng help` command
provides = lttng
options = !libtool
- source = http://lttng.org/files/lttng-tools/lttng-tools-2.7.2.tar.bz2
- sha1sums = 3cc995bca42fc7c6a7ba4b2227a58a7a5128fc58
+ source = http://lttng.org/files/lttng-tools/lttng-tools-2.8.0.tar.bz2
+ sha1sums = 8e6e123d1879c0816eb2cd83f21257af355ef2a3
pkgname = lttng-tools
diff --git a/PKGBUILD b/PKGBUILD
index 60d85eb43136..f59dd7a66ddf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,29 @@
-# Maintainer: Christian Babeux <christian.babeux@0x80.ca>
+# Maintainer: Philippe Proulx <pproulx@efficios.com>
# Contributor: Manuel Mendez <mmendez534 at gmail dot com>
pkgname=lttng-tools
-pkgver=2.7.2
+pkgver=2.8.0
pkgrel=1
-pkgdesc="Trace control client for LTTng"
+pkgdesc="LTTng tracing control tools"
arch=('i686' 'x86_64')
url="http://lttng.org/"
license=('GPL2' 'LGPL2.1')
provides=('lttng')
source=(http://lttng.org/files/$pkgname/$pkgname-$pkgver.tar.bz2)
-depends=('popt' 'liburcu>=0.7.2' 'lttng-ust>=2.7.0' 'linux>=2.6.27' 'libxml2>=2.7.6')
-optdepends=('lttng-modules: kernel tracing support' 'babeltrace: trace viewing')
+depends=(
+ 'popt'
+ 'liburcu>=0.7.2'
+ 'lttng-ust>=2.8.0'
+ 'linux>=2.6.27'
+ 'libxml2>=2.7.6'
+)
+optdepends=(
+ 'lttng-modules: kernel tracing support'
+ 'babeltrace: view traces with `lttng view` command'
+ 'man-db: view man pages with the `lttng help` command'
+)
options=('!libtool')
-sha1sums=('3cc995bca42fc7c6a7ba4b2227a58a7a5128fc58')
-
+sha1sums=('8e6e123d1879c0816eb2cd83f21257af355ef2a3')
build()
{