summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Proulx2016-05-27 11:30:26 -0400
committerPhilippe Proulx2016-05-27 11:30:26 -0400
commitdc78a83a26ffa48234c77693363fc8816360107a (patch)
treed1620a0e4ad9b6fe0fa8e331af9d24067aa61e5d
parentc7df188309e9074c375358e1459f8a8234cafa8c (diff)
downloadaur-dc78a83a26ffa48234c77693363fc8816360107a.tar.gz
Update to 2.8.0
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD13
2 files changed, 15 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b787912322f5..a932622f888a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat May 14 07:14:01 UTC 2016
+# Fri May 27 15:30:20 UTC 2016
pkgbase = lttng-ust
- pkgdesc = Userspace tracing library for LTTng
- pkgver = 2.7.3
+ pkgdesc = LTTng user space tracing libraries and agents for LTTng
+ pkgver = 2.8.0
pkgrel = 1
url = http://lttng.org/
install = lttng-ust.install
@@ -14,10 +14,11 @@ pkgbase = lttng-ust
depends = liburcu>=0.7.2
depends = util-linux
depends = python
- optdepends = babeltrace
+ optdepends = lttng-tools: LTTng tracing control tools
+ optdepends = babeltrace: trace viewer
options = !libtool
- source = http://lttng.org/files/lttng-ust/lttng-ust-2.7.3.tar.bz2
- sha1sums = 1e124b787f13c7451d49f3d04df2411f40cd8134
+ source = http://lttng.org/files/lttng-ust/lttng-ust-2.8.0.tar.bz2
+ sha1sums = 648e710683743969087e72faa5aa82697280729d
pkgname = lttng-ust
diff --git a/PKGBUILD b/PKGBUILD
index 9ecec91eb2ba..a75aa8059e5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,22 @@
-# Maintainer: Christian Babeux <christian.babeux@0x80.ca>
+# Maintainer: Philippe Proulx <pproulx@efficios.com>
# Contributor: Manuel Mendez <mmendez534 at gmail dot com>
pkgname=lttng-ust
-pkgver=2.7.3
+pkgver=2.8.0
pkgrel=1
-pkgdesc="Userspace tracing library for LTTng"
+pkgdesc="LTTng user space tracing libraries and agents for LTTng"
arch=('i686' 'x86_64')
url="http://lttng.org/"
license=('LGPL2.1' 'GPL2' 'MIT')
depends=('liburcu>=0.7.2' 'util-linux' 'python')
-optdepends=('babeltrace')
+optdepends=(
+ 'lttng-tools: LTTng tracing control tools'
+ 'babeltrace: trace viewer'
+)
options=('!libtool')
source=(http://lttng.org/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
install='lttng-ust.install'
-sha1sums=('1e124b787f13c7451d49f3d04df2411f40cd8134')
+sha1sums=('648e710683743969087e72faa5aa82697280729d')
build()
{