summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Vihrov2017-01-14 14:40:49 +0200
committerAndrey Vihrov2017-01-14 14:40:49 +0200
commitc0a906612b75c7ef0eb3c85ad2e296581152df55 (patch)
tree43e3389c27b35969bca8bb14689b3ee94cfb9f75
parent9210924051efb119dcf83583596c79f42a3cd7c7 (diff)
downloadaur-c0a906612b75c7ef0eb3c85ad2e296581152df55.tar.gz
Remove optdepends, they are required by dkms itself
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 1 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d92ce6de83a1..77eadee8b3e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 6 19:02:59 UTC 2016
+# Sat Jan 14 12:17:18 UTC 2017
pkgbase = broadcom-wl-dkms
pkgdesc = Broadcom 802.11 Linux STA wireless driver
pkgver = 6.30.223.271
@@ -10,10 +10,6 @@ pkgbase = broadcom-wl-dkms
arch = x86_64
license = custom
depends = dkms
- 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 1c793cec4e21..9e53c3949d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,6 @@ arch=('i686' 'x86_64')
url="https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure"
license=('custom')
depends=('dkms')
-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'