summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilippe Proulx2016-06-17 15:28:41 -0400
committerPhilippe Proulx2016-06-17 15:28:41 -0400
commit9b267fbf32af68f57ea9b81256f9874883c6196e (patch)
tree97f81feb8a5a04ccfd077415ab6401f94f920677
parentdc78a83a26ffa48234c77693363fc8816360107a (diff)
downloadaur-9b267fbf32af68f57ea9b81256f9874883c6196e.tar.gz
Update to 2.8.1
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 a932622f888a..9935bdd33b2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri May 27 15:30:20 UTC 2016
+# Fri Jun 17 18:55:31 UTC 2016
pkgbase = lttng-ust
- pkgdesc = LTTng user space tracing libraries and agents for LTTng
- pkgver = 2.8.0
+ pkgdesc = LTTng user space tracing libraries for LTTng
+ pkgver = 2.8.1
pkgrel = 1
url = http://lttng.org/
install = lttng-ust.install
@@ -17,8 +17,8 @@ pkgbase = lttng-ust
optdepends = lttng-tools: LTTng tracing control tools
optdepends = babeltrace: trace viewer
options = !libtool
- source = http://lttng.org/files/lttng-ust/lttng-ust-2.8.0.tar.bz2
- sha1sums = 648e710683743969087e72faa5aa82697280729d
+ source = http://lttng.org/files/lttng-ust/lttng-ust-2.8.1.tar.bz2
+ sha1sums = 8bebdcbcb453d2643fb226dbe92de61764f1ee3b
pkgname = lttng-ust
diff --git a/PKGBUILD b/PKGBUILD
index a75aa8059e5e..31df0240bae1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Manuel Mendez <mmendez534 at gmail dot com>
pkgname=lttng-ust
-pkgver=2.8.0
+pkgver=2.8.1
pkgrel=1
-pkgdesc="LTTng user space tracing libraries and agents for LTTng"
+pkgdesc="LTTng user space tracing libraries for LTTng"
arch=('i686' 'x86_64')
url="http://lttng.org/"
license=('LGPL2.1' 'GPL2' 'MIT')
@@ -16,7 +16,7 @@ optdepends=(
options=('!libtool')
source=(http://lttng.org/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
install='lttng-ust.install'
-sha1sums=('648e710683743969087e72faa5aa82697280729d')
+sha1sums=('8bebdcbcb453d2643fb226dbe92de61764f1ee3b')
build()
{