summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHomalozoa2021-10-11 12:02:05 +0800
committerHomalozoa2021-10-11 12:02:05 +0800
commitf9292c400fdfd36967339999215e7a4203fc1a45 (patch)
treec39442dc1dcdaceeed3a8ab4860977fb2c3637a1
parentd49b9cb30bf566ee3ed4abaf3e12b850acf132f7 (diff)
downloadaur-f9292c400fdfd36967339999215e7a4203fc1a45.tar.gz
Update to 2.13.0
Signed-off-by: Homalozoa <xuhaiwang@xiaomi.com>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 839dc68fd003..3467b731692c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Oct 22 13:51:19 UTC 2019
pkgbase = lttng-tools
pkgdesc = LTTng tracing control tools
- pkgver = 2.11.0
+ pkgver = 2.13.0
pkgrel = 1
url = http://lttng.org/
arch = i686
@@ -20,8 +18,8 @@ pkgbase = lttng-tools
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.11.0.tar.bz2
- sha1sums = aa7e5784ed6c7fe68f91d16edf497cbd761564c2
+ source = http://lttng.org/files/lttng-tools/lttng-tools-2.13.0.tar.bz2
+ sha1sums = 5c72a0450feaac132af7e6d4054520fecb5a9718
pkgname = lttng-tools
diff --git a/PKGBUILD b/PKGBUILD
index 5ebd358948b2..e511037a174b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Philippe Proulx <pproulx@efficios.com>
+# Maintainer: Homalozoa <xuhaiwang at xiaomi dot com>
+# Contributor: Philippe Proulx <pproulx@efficios.com>
# Contributor: Manuel Mendez <mmendez534 at gmail dot com>
pkgname=lttng-tools
-pkgver=2.11.0
+pkgver=2.13.0
pkgrel=1
pkgdesc='LTTng tracing control tools'
arch=(i686 x86_64)
@@ -23,7 +24,7 @@ optdepends=(
'babeltrace: view traces with `lttng view` command'
'man-db: view man pages with the `lttng help` command'
)
-sha1sums=(aa7e5784ed6c7fe68f91d16edf497cbd761564c2)
+sha1sums=(5c72a0450feaac132af7e6d4054520fecb5a9718)
build()
{