summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2020-08-16 17:07:22 +0800
committerJack Chen2020-08-17 07:27:16 +0800
commit90a91680796b5bac48399fe294ea7f860c49fd55 (patch)
tree9a1666e18c7e3d0a68a234582e9ec41aa732de7b
downloadaur-90a91680796b5bac48399fe294ea7f860c49fd55.tar.gz
init commit
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD15
3 files changed, 29 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..576a3296f9a2
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,12 @@
+pkgbase = rtl8761b-fw
+ pkgdesc = Realtek bluetooth firmware for RTL8761B based devices
+ pkgver = 20200816
+ pkgrel = 1
+ url = https://github.com/Realtek-OpenSource/android_hardware_realtek
+ arch = any
+ license = custom
+ source = https://raw.githubusercontent.com/Realtek-OpenSource/android_hardware_realtek/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_fw
+ sha512sums = 53f6cac0f001cbcb2fe461d00a8d5f68bdb28a620251954f4c3e5036a61a8aae23b863b31cbaed4233cf4e94b558ccd4ee8f965eeab43101406dc3646dc2be43
+
+pkgname = rtl8761b-fw
+
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..62514e8a2fb9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*
+.*
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8afb379f4c62
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: Jack Chen <redchenjs@live.com>
+
+pkgname=rtl8761b-fw
+pkgver=20200816
+pkgrel=1
+pkgdesc="Realtek bluetooth firmware for RTL8761B based devices"
+arch=('any')
+url="https://github.com/Realtek-OpenSource/android_hardware_realtek"
+license=('custom')
+source=("https://raw.githubusercontent.com/Realtek-OpenSource/android_hardware_realtek/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_fw")
+sha512sums=('53f6cac0f001cbcb2fe461d00a8d5f68bdb28a620251954f4c3e5036a61a8aae23b863b31cbaed4233cf4e94b558ccd4ee8f965eeab43101406dc3646dc2be43')
+
+package() {
+ install -Dm644 rtl8761b_fw "$pkgdir"/usr/lib/firmware/rtl_bt/rtl8761b_fw.bin
+}