summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eab440f21c1..9e62af1c34c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
-# Generated by mksrcinfo v8
-# Sat Aug 11 18:23:27 UTC 2018
pkgbase = ti-rtos-cc13xx-cc26xx
pkgdesc = Texas Instruments Real-Time Operating System (TI-RTOS) for CC12xx and CC26xx Microcontrollers
pkgver = 2.21.01.08
- pkgrel = 1
+ pkgrel = 2
url = http://www.ti.com/tool/ti-rtos-mcu
arch = x86_64
license = custom
- depends = python2-lxml
+ depends = python-lxml
optdepends = ccstudio
provides = ti-rtos-cc13xx-cc26xx=2.21.01.08
options = !strip
@@ -16,8 +14,7 @@ pkgbase = ti-rtos-cc13xx-cc26xx
options = emptydirs
options = !purge
options = !zipman
- source = http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/tirtos/2_21_01_08/exports/tirtos_cc13xx_cc26xx_setuplinux_2_21_01_08.bin
+ source = https://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/tirtos/2_21_01_08/exports/tirtos_cc13xx_cc26xx_setuplinux_2_21_01_08.bin
sha256sums = 95f58837d98983bf24bf8717dc5e0ad1c8d132858f7a7fce1b263037f0e86872
pkgname = ti-rtos-cc13xx-cc26xx
-
diff --git a/PKGBUILD b/PKGBUILD
index 9c0576580485..0e53561dcbae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=ti-rtos-cc13xx-cc26xx
pkgver=2.21.01.08
-_pkgver=2_21_01_08
-pkgrel=1
+pkgrel=2
pkgdesc="Texas Instruments Real-Time Operating System (TI-RTOS) for CC12xx and CC26xx Microcontrollers"
arch=('x86_64')
url="http://www.ti.com/tool/ti-rtos-mcu"
license=('custom')
-depends=('python2-lxml')
+depends=('python-lxml')
optdepends=('ccstudio')
# Specify provided version, because other TI tools (ti-ble-sdk) might be
@@ -18,13 +17,14 @@ optdepends=('ccstudio')
# way to depend on specific version if it is necessary.
provides=("$pkgname=$pkgver")
+_pkgver=${pkgver//./_}
_bundle=tirtos_cc13xx_cc26xx_$_pkgver
_installer=tirtos_cc13xx_cc26xx_setuplinux_$_pkgver.bin
# Installer mirrored on IPFS
-_ipfs_hash=QmXWp5HwPfawjchpvAmsfAn5553FCZYTXVwps3H29imABN
+_ipfs_hash=QmWhkNazhrTuLfWrV8PoFyGvZeYqYkYpkSdQYSzDd7GBjC
-source=("http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/tirtos/${_pkgver}/exports/${_installer}"
+source=("https://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/tirtos/${_pkgver}/exports/${_installer}"
# Alternative source for same file
#"https://gateway.ipfs.io/ipfs/${_ipfs_hash}/${_installer}"
)