summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexei Colin2018-03-01 08:12:48 -0500
committerAlexei Colin2018-03-01 08:12:48 -0500
commitebad69b4505fd63bf913101f8e22e9c7cb2a35fc (patch)
tree42fe5f31442bd004a7a8e3d912fbfb1c77c8018f
parentce85c3fda3fe95b1b67a85567388ce419ace69b3 (diff)
downloadaur-ebad69b4505fd63bf913101f8e22e9c7cb2a35fc.tar.gz
note about how to get the download key
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdeb6c7bfdf2..03cc4620e632 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jun 23 06:39:31 UTC 2017
+# Thu Mar 1 13:12:36 UTC 2018
pkgbase = ti-ble-sdk
pkgdesc = Texas Instruments BLE Stack for CC2640/CC2650/CC1350
pkgver = 2.02.01.18
@@ -19,7 +19,7 @@ pkgbase = ti-ble-sdk
options = emptydirs
options = !purge
options = !zipman
- source = http://software-dl.ti.com/download/lprf/GQ6NMS9R5GKUVISHMYWTKBMJEVFEQ5F8/ble_sdk_2_02_01_18_setup.exe
+ source = http://software-dl.ti.com/download/lprf/KS6V9FEICJSWPWYWAYHF6X6UQ542PAFS/ble_sdk_2_02_01_18_setup.exe
source = http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/tirtos/2_20_01_08/exports/tirtos_cc13xx_cc26xx_setuplinux_2_20_01_08.bin
source = fix-paths-for-linux.patch.xz
source = fix-example-projects-import.patch
diff --git a/PKGBUILD b/PKGBUILD
index 193b3c76cb4a..8e00a4d85c10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,13 +20,16 @@ optdepends=('ccstudio' 'ti-cgt-arm')
_bundle=ble_sdk_2_02_01_18
_installer=${_bundle}_setup.exe
+# to get the download key, follow the link above and click through
+_key=KS6V9FEICJSWPWYWAYHF6X6UQ542PAFS
+
# This particular version of TI-RTOS is installed by this PKGBUILD
# because the path patch applies to both of them.
_tirtos_installer=tirtos_cc13xx_cc26xx_setuplinux_2_20_01_08.bin
# NOTE: patch is compressed because of AUR's 250KB limit
-source=("http://software-dl.ti.com/download/lprf/GQ6NMS9R5GKUVISHMYWTKBMJEVFEQ5F8/${_installer}"
+source=("http://software-dl.ti.com/download/lprf/${_key}/${_installer}"
"http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/tirtos/2_20_01_08/exports/${_tirtos_installer}"
"fix-paths-for-linux.patch.xz"
"fix-example-projects-import.patch")