community/bcc: use llvm16

This commit is contained in:
psykose 2023-05-06 10:37:43 +00:00
parent 98711b0fed
commit 9a92e7bae6

View File

@ -2,13 +2,13 @@
# Maintainer: Adam Jensen <adam@acj.sh> # Maintainer: Adam Jensen <adam@acj.sh>
pkgname=bcc pkgname=bcc
pkgver=0.27.0 pkgver=0.27.0
pkgrel=2 pkgrel=3
pkgdesc="A toolkit for creating efficient kernel tracing and manipulation programs" pkgdesc="A toolkit for creating efficient kernel tracing and manipulation programs"
url="https://github.com/iovisor/bcc/" url="https://github.com/iovisor/bcc/"
# s390x build fails # s390x build fails
arch="all !s390x" arch="all !s390x"
license="Apache-2.0" license="Apache-2.0"
_llvmver=15 _llvmver=16
makedepends=" makedepends="
bison bison
clang$_llvmver-dev clang$_llvmver-dev