summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexei Colin2020-05-02 02:33:06 -0400
committerAlexei Colin2020-05-02 02:40:54 -0400
commit8f27daf20e7176fb505a53970be18975213dc7d9 (patch)
tree554249d03390463b3cf5f61d87720f2a99cd957f
parent97109c4f2bfbc8765530e03602d98fdb50ec5207 (diff)
downloadaur-8f27daf20e7176fb505a53970be18975213dc7d9.tar.gz
2.02.04.06
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD14
3 files changed, 8 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22718f1346cf..235ac1ed5976 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ti-ble-sdk
pkgdesc = Texas Instruments BLE Stack for CC2640/CC2650/CC1350
- pkgver = 2.02.03.08
+ pkgver = 2.02.04.06
pkgrel = 1
url = http://www.ti.com/tool/ble-stack
install = ti-ble-sdk.install
@@ -17,9 +17,9 @@ pkgbase = ti-ble-sdk
options = emptydirs
options = !purge
options = !zipman
- source = https://gateway.ipfs.io/ipfs/QmahqrocvsQbigEE1siCi4ZiBuMTPzXjSuy9zKqv1SFoQB/ble_sdk_2_02_03_08_setup.exe
+ source = local://ble_sdk_2_02_04_06_setup.exe
source = ltoa.patch
- sha256sums = 50aef335f450bfa9b9d59c177bee27f7709708b81e2954d9d5e4126cd5b22430
+ sha256sums = 80173b0c95f31cc2a80b7c238eef7083b3e4b8d2ce6f00282cf455b22ce1c7cf
sha256sums = 675fd1fcd998eb17726210540d5ce3e0061b84defba1b246e7a720e2de1f463e
pkgname = ti-ble-sdk
diff --git a/.gitignore b/.gitignore
index 61ec5c944903..6dd6aceb0f0e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,5 +3,6 @@
src/
pkg/
*.tar.xz
+*.tar.zst
*.exe
*.bin
diff --git a/PKGBUILD b/PKGBUILD
index bd5254fab0bd..eb1887a7ebd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# generate a GUI box. Parent installer fails if run headless.
pkgname=ti-ble-sdk
-pkgver=2.02.03.08
-_pkgver=2_02_03_08
+pkgver=2.02.04.06
+_pkgver=2_02_04_06
pkgrel=1
pkgdesc="Texas Instruments BLE Stack for CC2640/CC2650/CC1350"
arch=('x86_64')
@@ -21,19 +21,13 @@ install=$pkgname.install
_bundle=ble_sdk_${_pkgver}
_installer=${_bundle}_setup.exe
-# Installer mirrored on IPFS
-_ipfs_dir_hash=QmahqrocvsQbigEE1siCi4ZiBuMTPzXjSuy9zKqv1SFoQB
-
# Alternatively, to download from TI, you need a download key, which
# you can get by following the $url link above and clicking through
# _key=
source=(# Requires you to open "$url" in browser to get download link with key
#"https://downloads.ti.com/downloads/simplelink/esd/ble_sdk/${_installer}?__gda__=${_key}"
- # Alternative source for same file that does not require key and does not 404 after updates
- "https://gateway.ipfs.io/ipfs/${_ipfs_dir_hash}/${_installer}"
- # Alternative via a local installation of the IPFS node:
- #"http://localhost:8080/ipfs/${_ipfs_dir_hash}/${_installer}"
+ local://${_installer}
ltoa.patch)
options=(!strip libtool staticlibs emptydirs !purge !zipman)
@@ -203,5 +197,5 @@ package() {
install -D -m0644 $srcdir/${_installpath}/${_bundle}/license.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
-sha256sums=('50aef335f450bfa9b9d59c177bee27f7709708b81e2954d9d5e4126cd5b22430'
+sha256sums=('80173b0c95f31cc2a80b7c238eef7083b3e4b8d2ce6f00282cf455b22ce1c7cf'
'675fd1fcd998eb17726210540d5ce3e0061b84defba1b246e7a720e2de1f463e')