summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 446dca51b8ba..fb3756346684 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bcm20702a1-firmware
pkgdesc = Firmware for BCM20702A1 based ASUS X99 USB bluetooth devices (0b05:17cf)
pkgver = 1201550
- pkgrel = 2
+ pkgrel = 3
url = http://linuxtv.org/wiki/index.php/Afatech_AF9005
arch = any
license = Custom
diff --git a/PKGBUILD b/PKGBUILD
index 9fc49b119306..c6e2d75c2e2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bcm20702a1-firmware
pkgver=1201550
-pkgrel=2
+pkgrel=3
pkgdesc="Firmware for BCM20702A1 based ASUS X99 USB bluetooth devices (0b05:17cf)"
arch=(any)
url="http://linuxtv.org/wiki/index.php/Afatech_AF9005"
@@ -15,7 +15,7 @@ provides=('linux-firmware')
build() {
cd "${srcdir}"
cp "${srcdir}/Bluetooth_V1201550_Win10/Win32/BCM20702A1_001.002.014.1443.1469.hex" "${srcdir}/"
- hex2hcd "${srcdir}/BCM20702A1_001.002.014.1443.1469.hex" "${srcdir}/BCM20702A1-0b05-17cf.hcd"
+ hex2hcd "${srcdir}/BCM20702A1_001.002.014.1443.1469.hex" -o "${srcdir}/BCM20702A1-0b05-17cf.hcd"
}
package() {