[arch-commits] Commit in bpftrace/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Mon Oct 12 21:35:27 UTC 2020


    Date: Monday, October 12, 2020 @ 21:35:26
  Author: anatolik
Revision: 723746

upgpkg: bpftrace 0.11.0-3: FS#68228: enable libbpf support

Modified:
  bpftrace/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-12 21:23:12 UTC (rev 723745)
+++ PKGBUILD	2020-10-12 21:35:26 UTC (rev 723746)
@@ -3,12 +3,12 @@
 
 pkgname=bpftrace
 pkgver=0.11.0
-pkgrel=2
+pkgrel=3
 pkgdesc='High-level tracing language for Linux eBPF'
 arch=('x86_64')
 url='https://github.com/iovisor/bpftrace'
 license=('Apache')
-depends=('libelf' 'zlib' 'llvm-libs' 'clang' 'bcc')
+depends=('libelf' 'zlib' 'llvm-libs' 'clang' 'bcc' 'libbpf')
 makedepends=('cmake' 'llvm' 'git')
 optdepends=('libbpf: BTF support - required at compile time')
 source=("https://github.com/iovisor/bpftrace/archive/v${pkgver}.tar.gz")



More information about the arch-commits mailing list