summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Proulx2016-12-01 23:48:05 -0500
committerPhilippe Proulx2016-12-01 23:48:05 -0500
commitaf83361a564413d50845a17fad09ecbdde6c9000 (patch)
tree240b04df98ad9ccd06af523e837e7b51d0c180e8
parentbc952b233461718fa437632ae6214495f4d5647a (diff)
downloadaur-af83361a564413d50845a17fad09ecbdde6c9000.tar.gz
Update to 2.9.0
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85b3454af38f..0b1b8a62ac64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Oct 31 19:09:56 UTC 2016
+# Fri Dec 2 04:47:55 UTC 2016
pkgbase = lttng-ust
pkgdesc = LTTng user space tracing libraries for LTTng
- pkgver = 2.8.1
- pkgrel = 2
+ pkgver = 2.9.0
+ pkgrel = 1
url = http://lttng.org/
arch = i686
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = lttng-ust
depends = python
optdepends = lttng-tools: LTTng tracing control tools
optdepends = babeltrace: trace viewer
- source = http://lttng.org/files/lttng-ust/lttng-ust-2.8.1.tar.bz2
- sha1sums = 8bebdcbcb453d2643fb226dbe92de61764f1ee3b
+ source = http://lttng.org/files/lttng-ust/lttng-ust-2.9.0.tar.bz2
+ sha1sums = 9937eae64540821b8597cce081e92be76e6b5568
pkgname = lttng-ust
diff --git a/PKGBUILD b/PKGBUILD
index d0480e722265..08e26a8cc19c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Manuel Mendez <mmendez534 at gmail dot com>
pkgname=lttng-ust
-pkgver=2.8.1
-pkgrel=2
+pkgver=2.9.0
+pkgrel=1
pkgdesc="LTTng user space tracing libraries for LTTng"
arch=('i686' 'x86_64')
url="http://lttng.org/"
@@ -15,7 +15,7 @@ optdepends=(
'babeltrace: trace viewer'
)
source=(http://lttng.org/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('8bebdcbcb453d2643fb226dbe92de61764f1ee3b')
+sha1sums=('9937eae64540821b8597cce081e92be76e6b5568')
build()
{