summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bcb451f3d438..bf739cf9a078 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Netanel Shine <netanel at archlinux.org.il>
pkgname=kernelshark-git
-pkgver=1.0.r0.gf97e28a
+pkgver=1.0.r34.gd448481
pkgrel=1
pkgdesc="GUI frontend for trace-cmd based Linux kernel Ftrace captures"
arch=('x86_64' 'aarch64')
@@ -19,6 +19,11 @@ source=(
)
sha256sums=("SKIP")
+# 2019-09-29 - kernelshark builds a stub copy of tracecmd libraries first,
+# they must be finished before the second stage tries to find them for use
+# during autoconf. We can't build in parallel at this time.
+options=('!makeflags')
+
pkgver() {
cd "$srcdir/trace-cmd"