summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexei Colin2019-08-31 12:26:11 -0400
committerAlexei Colin2019-08-31 12:26:11 -0400
commit357c4d28a5d0451ab2ed1f540e952f800906f0f9 (patch)
tree45ff4a65bc5774a108731e37b42021bb3e1da0e5
parent886cc79f23cbf0ddbd8ad2794c57e1d6469dfb43 (diff)
downloadaur-357c4d28a5d0451ab2ed1f540e952f800906f0f9.tar.gz
19.6.0.STS
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11dba946a7e1..90396f531cfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Thu Mar 28 03:01:54 UTC 2019
pkgbase = ti-cgt-msp430
pkgdesc = Texas Instruments Code Generation Tools (compiler) for MSP430
- pkgver = 18.12.0.LTS
+ pkgver = 19.6.0.STS
pkgrel = 1
- url = http://software-dl.ti.com/codegen/non-esd/downloads/index.htm#MSP430
+ url = https://www.ti.com/tool/MSP-CGT
arch = x86_64
license = custom
optdepends = ccstudio
@@ -14,8 +12,8 @@ pkgbase = ti-cgt-msp430
options = emptydirs
options = !purge
options = !zipman
- source = http://downloads.ti.com/codegen/esd/cgt_public_sw/MSP430/18.12.0.LTS/ti_cgt_msp430_18.12.0.LTS_linux_installer_x86.bin
- sha256sums = cd77891ece4aaf7f07eb96549f4d18f184844aee845eeeb0a51ace4798d97f83
+ source = http://software-dl.ti.com/codegen/esd/cgt_public_sw/MSP430/19.6.0.STS/ti_cgt_msp430_19.6.0.STS_linux_installer_x86.bin
+ sha256sums = 842eb32a5104b9b1bc91e00d3a3d92d25829a7998ea83db4a1cdf8052685622c
pkgname = ti-cgt-msp430
diff --git a/PKGBUILD b/PKGBUILD
index 7f684681ee09..4a027fa5122b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Alexei Colin <ac at alexeicolin dot com>
pkgname=ti-cgt-msp430
-pkgver=18.12.0.LTS
+pkgver=19.6.0.STS
pkgrel=1
pkgdesc="Texas Instruments Code Generation Tools (compiler) for MSP430"
arch=('x86_64')
-url="http://software-dl.ti.com/codegen/non-esd/downloads/index.htm#MSP430"
-#url="http://www.ti.com/tools-software/compilers/download.html"
+url="https://www.ti.com/tool/MSP-CGT"
license=('custom')
optdepends=('ccstudio')
_installer=ti_cgt_msp430_${pkgver}_linux_installer_x86.bin
-source=("http://downloads.ti.com/codegen/esd/cgt_public_sw/MSP430/${pkgver}/${_installer}")
+source=("http://software-dl.ti.com/codegen/esd/cgt_public_sw/MSP430/${pkgver}/${_installer}")
options=(!strip libtool staticlibs emptydirs !purge !zipman)
@@ -45,9 +44,7 @@ package() {
# Match permissions to ccstudio package (see notes in ccstudio.install)
find $pkgdir/$_destdir/$_ccsdir -type d -exec chmod 0775 {} \;
- # Version in filename is out of date upstream
- # File is gone in this version. Oh well.
- #install -D -m0644 $srcdir/${_installpath}/${pkgname}_${pkgver}/MSP430_RTS_18.12.0.LTS.html $pkgdir/usr/share/licenses/$pkgname/LICENSE.html
+ install -D -m0644 $srcdir/${_installpath}/${pkgname}_${pkgver}/MSP430_RTS_${pkgver}_manifest.html $pkgdir/usr/share/licenses/$pkgname/LICENSE.html
}
-sha256sums=('cd77891ece4aaf7f07eb96549f4d18f184844aee845eeeb0a51ace4798d97f83')
+sha256sums=('842eb32a5104b9b1bc91e00d3a3d92d25829a7998ea83db4a1cdf8052685622c')