summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTroy Engel2016-07-09 09:56:58 -0500
committerTroy Engel2016-07-09 09:56:58 -0500
commitb346e055adc6f6d98c61b9b0ec890f049e866ebd (patch)
tree69fe6d1270a86bc80d10fe1e5ee32fa286e5c699
parent364bd3d5b6f73f939876203325e144586de2321e (diff)
downloadaur-b346e055adc6f6d98c61b9b0ec890f049e866ebd.tar.gz
adding linux-headers as depends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6da6b556bcf7..65c69d959e2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 24 19:51:48 UTC 2016
+# Sat Jul 9 14:56:34 UTC 2016
pkgbase = bcc-git
pkgdesc = BPF Compiler Collection - latest git code
- pkgver = v0.1.7.r88.f50ca1f
- pkgrel = 2
+ pkgver = v0.1.8.r330.52cd371
+ pkgrel = 1
url = https://github.com/iovisor/bcc
arch = x86_64
license = Apache
@@ -20,6 +20,7 @@ pkgbase = bcc-git
pkgname = bcc-git
pkgdesc = BPF Compiler Collection - C library and examples
+ depends = linux-headers
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
diff --git a/PKGBUILD b/PKGBUILD
index cae02928973c..253b7527b94f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=bcc-git
pkgname=('bcc-git' 'bcc-tools-git' 'python-bcc-git' 'python2-bcc-git')
-pkgver=v0.1.7.r88.f50ca1f
-pkgrel=2
+pkgver=v0.1.8.r330.52cd371
+pkgrel=1
pkgdesc="BPF Compiler Collection - latest git code"
arch=('x86_64')
url="https://github.com/iovisor/bcc"
@@ -39,6 +39,7 @@ package_bcc-git() {
makedepends=('cmake' 'clang>=3.7.0' 'llvm>=3.7.0' 'flex' 'bison')
provides=('bcc-git' 'libbcc-git')
conflicts=('bcc')
+ depends=('linux-headers')
optdepends=('bcc-tools-git: Python utilites using the BCC library'
'python-bcc-git: Python 3 bindings for BCC'
'python2-bcc-git: Python 2 bindings for BCC')