summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2016-05-14 10:18:01 +0300
committerChristoph Gysin2016-05-14 10:18:01 +0300
commitc7df188309e9074c375358e1459f8a8234cafa8c (patch)
tree52380ac6eaad619d068515c5313c4528fa7249cd
parent1674ab3365fcc4fba792755c481f8df2c7085472 (diff)
downloadaur-c7df188309e9074c375358e1459f8a8234cafa8c.tar.gz
update to 2.7.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4611f8805f9..b787912322f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 22 20:16:31 UTC 2016
+# Sat May 14 07:14:01 UTC 2016
pkgbase = lttng-ust
pkgdesc = Userspace tracing library for LTTng
- pkgver = 2.7.1
+ pkgver = 2.7.3
pkgrel = 1
url = http://lttng.org/
install = lttng-ust.install
@@ -16,8 +16,8 @@ pkgbase = lttng-ust
depends = python
optdepends = babeltrace
options = !libtool
- source = http://lttng.org/files/lttng-ust/lttng-ust-2.7.1.tar.bz2
- sha1sums = 597ebecb885debb58c263de57f30b1096d4eefc6
+ source = http://lttng.org/files/lttng-ust/lttng-ust-2.7.3.tar.bz2
+ sha1sums = 1e124b787f13c7451d49f3d04df2411f40cd8134
pkgname = lttng-ust
diff --git a/PKGBUILD b/PKGBUILD
index 06f3803c5fb2..9ecec91eb2ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Manuel Mendez <mmendez534 at gmail dot com>
pkgname=lttng-ust
-pkgver=2.7.1
+pkgver=2.7.3
pkgrel=1
pkgdesc="Userspace tracing library for LTTng"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ optdepends=('babeltrace')
options=('!libtool')
source=(http://lttng.org/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
install='lttng-ust.install'
-sha1sums=('597ebecb885debb58c263de57f30b1096d4eefc6')
+sha1sums=('1e124b787f13c7451d49f3d04df2411f40cd8134')
build()
{