summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2016-03-12 23:07:22 +0200
committerAndrey Vihrov2016-03-12 23:07:22 +0200
commit803466355d6084a1dd01dff7a41d58e11310505c (patch)
tree6f74723900d4eeb835fa5a1ad2c0ec69157a8022
parent7506199eb3b784db4a74de8b9d4c05f0221a5ba9 (diff)
downloadaur-803466355d6084a1dd01dff7a41d58e11310505c.tar.gz
Update optdepends to include official kernels
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 897315d09b43..07f85886ca34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
# Generated by mksrcinfo v8
-# Thu Feb 25 21:23:05 UTC 2016
+# Sat Mar 12 21:04:39 UTC 2016
pkgbase = broadcom-wl-dkms
pkgdesc = Broadcom 802.11 Linux STA wireless driver
pkgver = 6.30.223.271
- pkgrel = 5
+ pkgrel = 6
url = https://www.broadcom.com/support/?gid=1
install = broadcom-wl-dkms.install
arch = i686
arch = x86_64
license = custom
depends = dkms
- optdepends = linux-headers: build modules against Arch kernel
- optdepends = linux-lts-headers: build modules against LTS Arch kernel
+ 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-grsec-headers: build modules against the GRSEC kernel
conflicts = broadcom-wl
source = broadcom-wl-dkms.conf
source = dkms.conf.in
diff --git a/PKGBUILD b/PKGBUILD
index ecc3fc67ff13..df35009c944e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,16 @@
pkgname=broadcom-wl-dkms
pkgver=6.30.223.271
-pkgrel=5
+pkgrel=6
pkgdesc="Broadcom 802.11 Linux STA wireless driver"
arch=('i686' 'x86_64')
url="https://www.broadcom.com/support/?gid=1"
license=('custom')
depends=('dkms')
-optdepends=('linux-headers: build modules against Arch kernel'
- 'linux-lts-headers: build modules against LTS Arch kernel')
+optdepends=('linux-headers: build modules against the Arch kernel'
+ 'linux-lts-headers: build modules against the LTS kernel'
+ 'linux-zen-headers: build modules against the ZEN kernel'
+ 'linux-grsec-headers: build modules against the GRSEC kernel')
conflicts=('broadcom-wl')
install=broadcom-wl-dkms.install
source=('broadcom-wl-dkms.conf'