summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2017-02-06 13:11:05 +0200
committerChristoph Gysin2017-02-06 13:13:13 +0200
commit77fe8c53092df6577e578e5fda6a1f52bd72c8a9 (patch)
tree679a6bd79cc3d0d0ade5700d489213dbc7ef0a01
parentaae80dfcd873870189d4ae84c52141c9c9f2d5ed (diff)
downloadaur-77fe8c53092df6577e578e5fda6a1f52bd72c8a9.tar.gz
update to 2.9.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39662c85a100..50c69a60814b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 2 04:48:55 UTC 2016
+# Mon Feb 6 11:13:11 UTC 2017
pkgbase = lttng-tools
pkgdesc = LTTng tracing control tools
- pkgver = 2.9.0
+ pkgver = 2.9.3
pkgrel = 1
url = http://lttng.org/
arch = i686
@@ -13,15 +13,15 @@ pkgbase = lttng-tools
makedepends = xmlto
depends = popt
depends = liburcu>=0.7.2
- depends = lttng-ust>=2.8.0
+ depends = lttng-ust>=2.9.0
depends = linux>=2.6.27
depends = libxml2>=2.7.6
optdepends = lttng-modules: kernel tracing support
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.9.0.tar.bz2
- sha1sums = 299158fd8614e45ee596d793696feb86cdea34b2
+ source = http://lttng.org/files/lttng-tools/lttng-tools-2.9.3.tar.bz2
+ sha1sums = 78fdc9b7fd15f33ac60ea08320d679ce66e18bf7
pkgname = lttng-tools
diff --git a/PKGBUILD b/PKGBUILD
index af1fed212a4e..542050f779de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Manuel Mendez <mmendez534 at gmail dot com>
pkgname=lttng-tools
-pkgver=2.9.0
+pkgver=2.9.3
pkgrel=1
pkgdesc="LTTng tracing control tools"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('asciidoc' 'xmlto')
depends=(
'popt'
'liburcu>=0.7.2'
- 'lttng-ust>=2.8.0'
+ 'lttng-ust>=2.9.0'
'linux>=2.6.27'
'libxml2>=2.7.6'
)
@@ -23,7 +23,7 @@ optdepends=(
'babeltrace: view traces with `lttng view` command'
'man-db: view man pages with the `lttng help` command'
)
-sha1sums=('299158fd8614e45ee596d793696feb86cdea34b2')
+sha1sums=('78fdc9b7fd15f33ac60ea08320d679ce66e18bf7')
build()
{