summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTroy Engel2016-07-09 08:33:14 -0500
committerTroy Engel2016-07-09 08:33:14 -0500
commitc4d63409a9925b1f4621a0d6abc098f873497906 (patch)
tree4c00493869adb57bcefe92e654f7116b2e9203d4
parent946504503da8eb217e699cc2d9aa958a5b3470f1 (diff)
downloadaur-c4d63409a9925b1f4621a0d6abc098f873497906.tar.gz
add linux-headers to deps
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d4ce629e67e2..14ee75168139 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 25 00:27:01 UTC 2016
+# Sat Jul 9 13:26:27 UTC 2016
pkgbase = bcc
pkgdesc = BPF Compiler Collection
pkgver = 0.1.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/iovisor/bcc
arch = x86_64
license = Apache
@@ -20,6 +20,7 @@ pkgbase = bcc
pkgname = bcc
pkgdesc = BPF Compiler Collection - C library and examples
+ depends = linux-headers
optdepends = bcc-tools: Python utilites using the BCC library
optdepends = python-bcc: Python 3 bindings for BCC
optdepends = python2-bcc: Python 2 bindings for BCC
diff --git a/PKGBUILD b/PKGBUILD
index 36c65bee77b5..caf787f938ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=bcc
pkgname=('bcc' 'bcc-tools' 'python-bcc' 'python2-bcc')
pkgver=0.1.8
-pkgrel=1
+pkgrel=2
pkgdesc="BPF Compiler Collection"
arch=('x86_64')
url="https://github.com/iovisor/bcc"
@@ -33,6 +33,7 @@ package_bcc() {
makedepends=('cmake' 'clang>=3.7.0' 'llvm>=3.7.0' 'flex' 'bison')
provides=('bcc' 'libbcc')
conflicts=('bcc-git')
+ depends=('linux-headers')
optdepends=('bcc-tools: Python utilites using the BCC library'
'python-bcc: Python 3 bindings for BCC'
'python2-bcc: Python 2 bindings for BCC')