* update libtraceevent to 1:1.8.2-2

This commit is contained in:
Alexander Baldeck 2024-06-09 12:43:59 +02:00
parent 207b1243d1
commit 0ffe47ed86

View File

@ -7,7 +7,7 @@ pkgname=(
libtraceevent-docs
)
pkgver=1.8.2
pkgrel=1
pkgrel=2
epoch=1
pkgdesc="Linux kernel trace event library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -44,7 +44,7 @@ prepare() {
}
build() {
make -C $pkgname-$pkgver
make -C $pkgname-$pkgver EXTRA_CFLAGS="$CFLAGS" -j1
make -C $pkgname-$pkgver/Documentation
}