summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStijn Seghers2018-11-02 07:15:22 +1300
committerStijn Seghers2018-11-02 07:15:22 +1300
commit92f18eefe5df3268af3160b7357ad76c1f4fd915 (patch)
tree5923d4b97a72a074f152a44dc4c1e75ab92d957f
parent4631c7fc059221013b4abc3b4a7623556de38fa1 (diff)
downloadaur-92f18eefe5df3268af3160b7357ad76c1f4fd915.tar.gz
Update driver to v12.0.1.1104, A07
See https://www.dell.com/support/home/us/en/04/drivers/driversdetails?driverId=8CP25&osCode=WT64A&productCode=xps-13-9350-laptop
-rw-r--r--.SRCINFO6
-rw-r--r--BCM4350C5_003.006.007.0095.1703.hcdbin7477 -> 0 bytes
-rw-r--r--BCM4350C5_003.006.007.0221.4688.hcdbin0 -> 15065 bytes
-rw-r--r--PKGBUILD8
4 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a850e7adcf1d..721e567a9fc8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = bcm4350-firmware
pkgdesc = Bluetooth firmware for the Broadcom BCM4350 card
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 1
url = https://wiki.archlinux.org/index.php/Dell_XPS_13_(2016)
arch = any
license = custom:"Dell End User License Agreement — S Version"
- source = BCM4350C5_003.006.007.0095.1703.hcd
+ source = BCM4350C5_003.006.007.0221.4688.hcd
source = LICENSE
- md5sums = a1d960a1e882f73c55fa12f41082cc0a
+ md5sums = 1da6f847e82870b875a82c31c4402ae0
md5sums = 995e79f031135e8180272775852cf68e
pkgname = bcm4350-firmware
diff --git a/BCM4350C5_003.006.007.0095.1703.hcd b/BCM4350C5_003.006.007.0095.1703.hcd
deleted file mode 100644
index 9d7faff8960e..000000000000
--- a/BCM4350C5_003.006.007.0095.1703.hcd
+++ /dev/null
Binary files differ
diff --git a/BCM4350C5_003.006.007.0221.4688.hcd b/BCM4350C5_003.006.007.0221.4688.hcd
new file mode 100644
index 000000000000..408c4e4de74d
--- /dev/null
+++ b/BCM4350C5_003.006.007.0221.4688.hcd
Binary files differ
diff --git a/PKGBUILD b/PKGBUILD
index 185af62107c9..aaef32c99aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Stijn Seghers <stijnseghers at gmail dot com>
pkgname=bcm4350-firmware
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="Bluetooth firmware for the Broadcom BCM4350 card"
url='https://wiki.archlinux.org/index.php/Dell_XPS_13_(2016)'
arch=('any')
license=('custom:"Dell End User License Agreement — S Version"')
-source=('BCM4350C5_003.006.007.0095.1703.hcd'
+source=('BCM4350C5_003.006.007.0221.4688.hcd'
'LICENSE')
-md5sums=('a1d960a1e882f73c55fa12f41082cc0a'
+md5sums=('1da6f847e82870b875a82c31c4402ae0'
'995e79f031135e8180272775852cf68e')
package() {
cd "$srcdir"
- install -Dm644 BCM4350C5_003.006.007.0095.1703.hcd \
+ install -Dm644 BCM4350C5_003.006.007.0221.4688.hcd \
"${pkgdir}/usr/lib/firmware/brcm/BCM-0a5c-6412.hcd"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}