summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Chen2020-08-26 17:00:41 +0800
committerJack Chen2020-08-26 17:03:50 +0800
commit3eb82950ecdc0e6934a5b97e598a0ed776ad2745 (patch)
tree0b80a92ea2163dbb352a45c2474cd1734b003e03
parent90a91680796b5bac48399fe294ea7f860c49fd55 (diff)
downloadaur-3eb82950ecdc0e6934a5b97e598a0ed776ad2745.tar.gz
update license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 576a3296f9a2..da9445d787f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = rtl8761b-fw
pkgrel = 1
url = https://github.com/Realtek-OpenSource/android_hardware_realtek
arch = any
- license = custom
+ license = unknown
source = https://raw.githubusercontent.com/Realtek-OpenSource/android_hardware_realtek/rtk1395/bt/rtkbt/Firmware/BT/rtl8761b_fw
sha512sums = 53f6cac0f001cbcb2fe461d00a8d5f68bdb28a620251954f4c3e5036a61a8aae23b863b31cbaed4233cf4e94b558ccd4ee8f965eeab43101406dc3646dc2be43
diff --git a/PKGBUILD b/PKGBUILD
index 8afb379f4c62..3b5203b434d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,10 +6,10 @@ pkgrel=1
pkgdesc="Realtek bluetooth firmware for RTL8761B based devices"
arch=('any')
url="https://github.com/Realtek-OpenSource/android_hardware_realtek"
-license=('custom')
+license=('unknown')
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
+ install -Dm644 rtl8761b_fw "$pkgdir/usr/lib/firmware/rtl_bt/rtl8761b_fw.bin"
}