summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2018-05-01 15:37:43 -0400
committergraysky2018-05-01 15:37:43 -0400
commit18bcca0499a558571d1f3add6d908c0af6ecb48e (patch)
tree4cd7a5b7c09bae403bfcebdc9a7c85b2246485b1
parent14cc72ca1a0b2d902c7506b780bad663a09f1432 (diff)
downloadaur-18bcca0499a558571d1f3add6d908c0af6ecb48e.tar.gz
Update to 6.30.223.271-73
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20b22a23427a..94c9d3f64c16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Thu Mar 29 20:18:03 UTC 2018
+# Tue May 1 19:37:43 UTC 2018
pkgbase = broadcom-wl-ck
pkgdesc = Broadcom 802.11abgn hybrid Linux networking device driver for linux-ck.
pkgver = 6.30.223.271
- pkgrel = 72
- url = https://www.broadcom.com/support/802.11
+ pkgrel = 73
+ url = https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure
arch = x86_64
license = custom
- makedepends = linux-ck-headers>=4.15
- makedepends = linux-ck-headers<4.16
- depends = linux-ck>=4.15
- depends = linux-ck<4.16
- source = http://www.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-6_30_223_271.tar.gz
+ makedepends = linux-ck-headers>=4.16
+ makedepends = linux-ck-headers<4.17
+ depends = linux-ck>=4.16
+ depends = linux-ck<4.17
+ source = https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-6_30_223_271.tar.gz
source = 001-null-pointer-fix.patch
source = 002-rdtscl.patch
source = 003-linux47.patch
diff --git a/PKGBUILD b/PKGBUILD
index a4881d9f75d2..d380e3dc761b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,20 +6,20 @@
pkgname=broadcom-wl-ck
pkgver=6.30.223.271
-pkgrel=72
+pkgrel=73
_pkgdesc='Broadcom 802.11abgn hybrid Linux networking device driver for linux-ck.'
_extramodules="extramodules-4.15-ck"
_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
pkgdesc="${_pkgdesc}"
arch=('x86_64')
-url='https://www.broadcom.com/support/802.11'
+url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
license=('custom')
-depends=('linux-ck>=4.15' 'linux-ck<4.16')
-makedepends=('linux-ck-headers>=4.15' 'linux-ck-headers<4.16')
+depends=('linux-ck>=4.16' 'linux-ck<4.17')
+makedepends=('linux-ck-headers>=4.16' 'linux-ck-headers<4.17')
#replaces=()
#groups=('ck-generic')
source=(
- "http://www.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-${pkgver//./_}.tar.gz"
+ "https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-${pkgver//./_}.tar.gz"
'001-null-pointer-fix.patch'
'002-rdtscl.patch'
'003-linux47.patch'