Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / bcc


Commits:
0a2c5785 by Anatol Pomozov at 2024-02-26T17:25:43-08:00
upgpkg: 0.29.1-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,46 @@
+pkgbase = bcc
+       pkgdesc = BPF Compiler Collection
+       pkgver = 0.29.1
+       pkgrel = 1
+       url = https://github.com/iovisor/bcc
+       arch = x86_64
+       license = Apache
+       checkdepends = netperf
+       checkdepends = iperf
+       makedepends = cmake
+       makedepends = clang
+       makedepends = llvm
+       makedepends = flex
+       makedepends = bison
+       makedepends = python
+       makedepends = python-setuptools
+       source = 
bcc-0.29.1.tar.gz::https://github.com/iovisor/bcc/releases/download/v0.29.1/bcc-src-with-submodule.tar.gz
+       sha512sums = 
acec47b2f45b2f69f84957c7077c5c61279ece4f5e8b1edff94558ff07e787e21bbb366b4770d2950153186fa24a1a2ea6f49c7dcd353ddc1eb86e7362b21fd4
+
+pkgname = bcc
+       pkgdesc = BPF Compiler Collection - C library and examples
+       depends = clang
+       depends = libelf
+       optdepends = linux-headers: build modules against the Arch kernel
+       optdepends = linux-lts-headers: build modules against the LTS kernel
+       optdepends = linux-zen-headers: build modules against the ZEN kernel
+       optdepends = linux-hardened-headers: build modules against the HARDENED 
kernel
+       optdepends = bcc-tools: Python utilites using the BCC library
+       optdepends = python-bcc: Python 3 bindings for BCC
+       optdepends = luajit: Lua bindings for BCC
+       provides = bcc
+       provides = libbcc
+
+pkgname = bcc-tools
+       pkgdesc = BPF Compiler Collection - Tools
+       depends = bcc
+       depends = libedit
+       depends = ethtool
+       depends = python-bcc
+
+pkgname = python-bcc
+       pkgdesc = BPF Compiler Collection - Python 3 bindings
+       depends = bcc
+       depends = python
+       optdepends = python-netaddr: Network address representation and 
manipulation
+       optdepends = python-pyroute2: Netlink and Linux network configuration


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 
 pkgbase=bcc
 pkgname=('bcc' 'bcc-tools' 'python-bcc')
-pkgver=0.28.0
-pkgrel=2
+pkgver=0.29.1
+pkgrel=1
 pkgdesc='BPF Compiler Collection'
 arch=('x86_64')
 url='https://github.com/iovisor/bcc'
@@ -13,7 +13,7 @@ license=('Apache')
 makedepends=('cmake' 'clang' 'llvm' 'flex' 'bison' 'python' 
'python-setuptools')
 checkdepends=('netperf' 'iperf')
 
source=("bcc-$pkgver.tar.gz"::"https://github.com/iovisor/bcc/releases/download/v$pkgver/bcc-src-with-submodule.tar.gz";)
-sha512sums=('581e9b5d9c83efd376d74a311208a57d30f8d927a3f6c0da7f811c5cc8e35b7e5bb43d8aa2c56d392d7162786abf3330f7a5c239fbec0b967b43c7869e96aaa1')
+sha512sums=('acec47b2f45b2f69f84957c7077c5c61279ece4f5e8b1edff94558ff07e787e21bbb366b4770d2950153186fa24a1a2ea6f49c7dcd353ddc1eb86e7362b21fd4')
 
 build() {
   mkdir -p bcc/build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bcc/-/commit/0a2c57856b4438b2ba25f3a8de2b109995d09048

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bcc/-/commit/0a2c57856b4438b2ba25f3a8de2b109995d09048
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to