summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 83eead401170..446dca51b8ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = bcm20702a1-firmware
pkgdesc = Firmware for BCM20702A1 based ASUS X99 USB bluetooth devices (0b05:17cf)
pkgver = 1201550
- pkgrel = 1
+ pkgrel = 2
url = http://linuxtv.org/wiki/index.php/Afatech_AF9005
arch = any
license = Custom
- makedepends = hex2hcd
+ makedepends = bluez-utils
provides = linux-firmware
source = http://dlm3cdnet.asus.com/pub/ASUS/misc/BT/Bluetooth_V1201550_Win10.zip
sha256sums = fe1efb02a5779f67ffecce79d44622e7e2795a9b31352e0f490f63bb471a78d1
diff --git a/PKGBUILD b/PKGBUILD
index a12b9dcbbdcd..9fc49b119306 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=bcm20702a1-firmware
pkgver=1201550
-pkgrel=1
+pkgrel=2
pkgdesc="Firmware for BCM20702A1 based ASUS X99 USB bluetooth devices (0b05:17cf)"
arch=(any)
url="http://linuxtv.org/wiki/index.php/Afatech_AF9005"
license=("Custom")
-makedepends=('hex2hcd')
+makedepends=('bluez-utils')
source=("http://dlm3cdnet.asus.com/pub/ASUS/misc/BT/Bluetooth_V${pkgver}_Win10.zip")
sha256sums=('fe1efb02a5779f67ffecce79d44622e7e2795a9b31352e0f490f63bb471a78d1')
provides=('linux-firmware')