summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO23
1 files changed, 18 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fb58c4777d4..c40e5ed79ce5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bcc-git
pkgdesc = BPF Compiler Collection - latest git code
- pkgver = v0.5.0.r305.7c27c271
- pkgrel = 1
+ pkgver = v0.10.0.r92.270d54ae
+ pkgrel = 2
url = https://github.com/iovisor/bcc
arch = x86_64
license = Apache
@@ -14,7 +14,6 @@ pkgbase = bcc-git
makedepends = bison
makedepends = python
makedepends = python2
- conflicts = bcc
source = bcc-git::git+https://github.com/iovisor/bcc
sha256sums = SKIP
@@ -24,15 +23,21 @@ pkgname = bcc-git
optdepends = bcc-tools-git: Python utilites using the BCC library
optdepends = python-bcc-git: Python 3 bindings for BCC
optdepends = python2-bcc-git: Python 2 bindings for BCC
- provides = bcc-git
- provides = libbcc-git
+ provides = bcc
+ provides = libbcc
+ conflicts = bcc
+ conflicts = libbcc
pkgname = bcc-tools-git
pkgdesc = BPF Compiler Collection - Tools - latest git code
arch = any
depends = bcc-git
+ depends = libedit
+ depends = ethtool
optdepends = python-bcc-git: Python 3 bindings for BCC
optdepends = python2-bcc-git: Python 2 bindings for BCC
+ optdepends = luajit: Lua bindings for BCC
+ provides = bcc-tools
conflicts = bcc-tools
pkgname = python-bcc-git
@@ -40,10 +45,18 @@ pkgname = python-bcc-git
arch = any
depends = bcc-git
depends = python
+ optdepends = python-netaddr2: Network address representation and manipulation
+ optdepends = python-pyroute2: Netlink and Linux network configuration
+ provides = python-bcc
+ conflicts = python-bcc
pkgname = python2-bcc-git
pkgdesc = BPF Compiler Collection - Python 2 bindings - latest git code
arch = any
depends = bcc-git
depends = python2
+ optdepends = python2-netaddr2: Network address representation and manipulation
+ optdepends = python2-pyroute2: Netlink and Linux network configuration
+ provides = python2-bcc
+ conflicts = python2-bcc