* update lttng-ust to 2.11.0
This commit is contained in:
parent
7b7f1a2134
commit
57e455fed9
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
pkgbase='lttng-ust'
|
pkgbase='lttng-ust'
|
||||||
pkgname=('lttng-ust' 'python-lttngust')
|
pkgname=('lttng-ust' 'python-lttngust')
|
||||||
pkgver=2.10.5
|
pkgver=2.11.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=(x86_64 powerpc64le)
|
arch=(x86_64 powerpc64le)
|
||||||
url="https://lttng.org/"
|
url="https://lttng.org/"
|
||||||
license=('LGPL2.1' 'GPL2' 'MIT')
|
license=('LGPL2.1' 'GPL2' 'MIT')
|
||||||
makedepends=('asciidoc' 'xmlto' 'libxml2' 'python' 'liburcu>=0.7.2' 'util-linux')
|
makedepends=('asciidoc' 'xmlto' 'libxml2' 'python' 'liburcu>=0.7.2' 'util-linux' 'numactl')
|
||||||
source=("https://lttng.org/files/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"{,.asc})
|
source=("https://lttng.org/files/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"{,.asc})
|
||||||
sha512sums=('198e8fcf12bf85d27027e8f1e821eec195e15e31b2299b993211fecc66fef16dfd424e6db5371a93cbad7ee364f481486499471036184e9543e9f932383bcd64'
|
sha512sums=('fb7258961a7e913487806a7e0129c95becff8c631382b119ff1d78f95cdd7460ec24e62671642160fdb006a3a292b2b10f35c8424f0367ce7c6a41cbcca77a09'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
|
validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
|
||||||
|
|
||||||
@ -33,7 +33,7 @@ check() {
|
|||||||
|
|
||||||
package_lttng-ust() {
|
package_lttng-ust() {
|
||||||
pkgdesc="LTTng user space tracing libraries for LTTng"
|
pkgdesc="LTTng user space tracing libraries for LTTng"
|
||||||
depends=('liburcu>=0.7.2' 'util-linux' 'python')
|
depends=('liburcu>=0.7.2' 'util-linux' 'python' 'numactl')
|
||||||
optdepends=('babeltrace: trace viewer')
|
optdepends=('babeltrace: trace viewer')
|
||||||
cd "${srcdir}/${pkgbase}-${pkgver}"
|
cd "${srcdir}/${pkgbase}-${pkgver}"
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user