summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexei Colin2019-03-27 23:01:26 -0400
committerAlexei Colin2019-03-27 23:01:26 -0400
commit0a9d258c39f9c2b6e0587694fa0ac0b8d78036b0 (patch)
tree1b39a123c062395f09e846f2500b824e459d796a
parenta99d1df668c0885a594f7384ad13a100152b78d0 (diff)
downloadaur-0a9d258c39f9c2b6e0587694fa0ac0b8d78036b0.tar.gz
update to 18.12.0.LTS
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f58597a292d2..b1b3e1074081 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Aug 11 18:12:51 UTC 2018
+# Thu Mar 28 01:45:24 UTC 2019
pkgbase = ti-cgt-arm
pkgdesc = Texas Instruments Code Generation Tools (compiler) for ARM
- pkgver = 18.1.3.LTS
+ pkgver = 18.12.0.LTS
pkgrel = 1
url = http://www.ti.com/tool/download/ARM-CGT-17
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = ti-cgt-arm
options = emptydirs
options = !purge
options = !zipman
- source = http://downloads.ti.com/codegen/esd/cgt_public_sw/TMS470/18.1.3.LTS/ti_cgt_tms470_18.1.3.LTS_linux_installer_x86.bin
- sha256sums = 00bdab078d7f0c96b878578cbec3b7ab62260ddfca64bb09ebc75c1041aa8689
+ source = http://downloads.ti.com/codegen/esd/cgt_public_sw/TMS470/18.12.0.LTS/ti_cgt_tms470_18.12.0.LTS_linux_installer_x86.bin
+ sha256sums = ba389084b5594d1712147fa4f51ec305f75f446f5337e39ca972348aced8212b
pkgname = ti-cgt-arm
diff --git a/PKGBUILD b/PKGBUILD
index 904b96ce44d6..e3cf1e5315ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexei Colin <ac at alexeicolin dot com>
pkgname=ti-cgt-arm
-pkgver=18.1.3.LTS
+pkgver=18.12.0.LTS
pkgrel=1
pkgdesc="Texas Instruments Code Generation Tools (compiler) for ARM"
arch=('x86_64')
@@ -17,11 +17,10 @@ source=("http://downloads.ti.com/codegen/esd/cgt_public_sw/TMS470/${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
prepare() {
@@ -45,8 +44,8 @@ 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
- install -D -m0644 $srcdir/${_installpath}/${pkgname}_${pkgver}/ARM_RTS_18.1.0.LTS.html $pkgdir/usr/share/licenses/$pkgname/LICENSE.html
+ # License file gone in this version. Oh well.
+ #install -D -m0644 $srcdir/${_installpath}/${pkgname}_${pkgver}/ARM_RTS_18.12.0_LTS.html $pkgdir/usr/share/licenses/$pkgname/LICENSE.html
}
-sha256sums=('00bdab078d7f0c96b878578cbec3b7ab62260ddfca64bb09ebc75c1041aa8689')
+sha256sums=('ba389084b5594d1712147fa4f51ec305f75f446f5337e39ca972348aced8212b')