diff options
author | Philippe Proulx | 2017-05-23 19:49:39 -0400 |
---|---|---|
committer | Philippe Proulx | 2017-05-23 19:49:39 -0400 |
commit | 5a83992e3088a6a76bc05a5f77186a870b28183b (patch) | |
tree | 8a5aadb15e1627075688f7c10d7c94ca203a3d2e /PKGBUILD | |
parent | 77fe8c53092df6577e578e5fda6a1f52bd72c8a9 (diff) | |
download | aur-5a83992e3088a6a76bc05a5f77186a870b28183b.tar.gz |
Update to 2.9.4
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ # Contributor: Manuel Mendez <mmendez534 at gmail dot com> pkgname=lttng-tools -pkgver=2.9.3 +pkgver=2.9.4 pkgrel=1 pkgdesc="LTTng tracing control tools" arch=('i686' 'x86_64') @@ -23,7 +23,7 @@ optdepends=( 'babeltrace: view traces with `lttng view` command' 'man-db: view man pages with the `lttng help` command' ) -sha1sums=('78fdc9b7fd15f33ac60ea08320d679ce66e18bf7') +sha1sums=('ab1945fd36b30f445eb5c83f199b011d42525612') build() { |