summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexei Colin2019-03-27 23:02:01 -0400
committerAlexei Colin2019-03-27 23:02:01 -0400
commit886cc79f23cbf0ddbd8ad2794c57e1d6469dfb43 (patch)
treea3274a730d123c58d3fe677e2edb5ce997c9eec6
parent9c2ee48e9371d893486990b668edc62975e9d040 (diff)
downloadaur-886cc79f23cbf0ddbd8ad2794c57e1d6469dfb43.tar.gz
update to 18.12.0.LTS
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0f463ee5cec..11dba946a7e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 11 18:21:44 UTC 2018
+# Thu Mar 28 03:01:54 UTC 2019
pkgbase = ti-cgt-msp430
pkgdesc = Texas Instruments Code Generation Tools (compiler) for MSP430
- pkgver = 18.1.3.LTS
+ pkgver = 18.12.0.LTS
pkgrel = 1
url = http://software-dl.ti.com/codegen/non-esd/downloads/index.htm#MSP430
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = ti-cgt-msp430
options = emptydirs
options = !purge
options = !zipman
- source = http://downloads.ti.com/codegen/esd/cgt_public_sw/MSP430/18.1.3.LTS/ti_cgt_msp430_18.1.3.LTS_linux_installer_x86.bin
- sha256sums = 1ba8c8e9f54d9b5f8e0cde472309cb5c3a249a93aac7e36936bae19d1a9a85ce
+ 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
pkgname = ti-cgt-msp430
diff --git a/PKGBUILD b/PKGBUILD
index de166772031c..7f684681ee09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexei Colin <ac at alexeicolin dot com>
pkgname=ti-cgt-msp430
-pkgver=18.1.3.LTS
+pkgver=18.12.0.LTS
pkgrel=1
pkgdesc="Texas Instruments Code Generation Tools (compiler) for MSP430"
arch=('x86_64')
@@ -17,11 +17,10 @@ source=("http://downloads.ti.com/codegen/esd/cgt_public_sw/MSP430/${pkgver}/${_i
options=(!strip libtool staticlibs emptydirs !purge !zipman)
-_ccsver=8
_ccsdir=ccstudio
_destdir=opt
_installdir=installdir
-_installloc=$_ccsdir/ccsv$_ccsver/tools/compiler
+_installloc=$_ccsdir/ccs/tools/compiler
_installpath=$_installdir/$_destdir/$_installloc
_tooldir=${pkgname}_${pkgver}
@@ -47,7 +46,8 @@ package() {
find $pkgdir/$_destdir/$_ccsdir -type d -exec chmod 0775 {} \;
# Version in filename is out of date upstream
- install -D -m0644 $srcdir/${_installpath}/${pkgname}_${pkgver}/MSP430_RTS_18.1.0.LTS.html $pkgdir/usr/share/licenses/$pkgname/LICENSE.html
+ # 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
}
-sha256sums=('1ba8c8e9f54d9b5f8e0cde472309cb5c3a249a93aac7e36936bae19d1a9a85ce')
+sha256sums=('cd77891ece4aaf7f07eb96549f4d18f184844aee845eeeb0a51ace4798d97f83')