summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexei Colin2019-03-27 21:42:45 -0400
committerAlexei Colin2019-03-27 21:42:45 -0400
commita99d1df668c0885a594f7384ad13a100152b78d0 (patch)
tree90f10572e4ac3fda53a3c50810512364e9784340
parentb4c3825784164fb69bff2b7359d3d88a121e99c1 (diff)
downloadaur-a99d1df668c0885a594f7384ad13a100152b78d0.tar.gz
update to 18.1.3.LTS
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD17
2 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e3a2abd31bd..f58597a292d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 1 12:07:55 UTC 2018
+# Sat Aug 11 18:12:51 UTC 2018
pkgbase = ti-cgt-arm
pkgdesc = Texas Instruments Code Generation Tools (compiler) for ARM
- pkgver = 18.1.1
+ pkgver = 18.1.3.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://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/18.1.1.LTS/ti_cgt_tms470_18.1.1.LTS_linux_installer_x86.bin
- md5sums = 366b61dc339afdaa53285f3e92ff158d
+ 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
pkgname = ti-cgt-arm
diff --git a/PKGBUILD b/PKGBUILD
index a53657defc19..904b96ce44d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexei Colin <ac at alexeicolin dot com>
pkgname=ti-cgt-arm
-pkgver=18.1.1
+pkgver=18.1.3.LTS
pkgrel=1
pkgdesc="Texas Instruments Code Generation Tools (compiler) for ARM"
arch=('x86_64')
@@ -12,18 +12,16 @@ license=('custom')
optdepends=('ccstudio')
-_fullver=${pkgver}.LTS
-_installer="ti_cgt_tms470_${_fullver}_linux_installer_x86.bin"
-source=("http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/${_fullver}/${_installer}")
-
-md5sums=('366b61dc339afdaa53285f3e92ff158d')
+_installer="ti_cgt_tms470_${pkgver}_linux_installer_x86.bin"
+source=("http://downloads.ti.com/codegen/esd/cgt_public_sw/TMS470/${pkgver}/${_installer}")
options=(!strip libtool staticlibs emptydirs !purge !zipman)
+_ccsver=8
_ccsdir=ccstudio
_destdir=opt
_installdir=installdir
-_installloc=$_ccsdir/ccsv7/tools/compiler
+_installloc=$_ccsdir/ccsv$_ccsver/tools/compiler
_installpath=$_installdir/$_destdir/$_installloc
prepare() {
@@ -47,5 +45,8 @@ package() {
# Match permissions to ccstudio package (see notes in ccstudio.install)
find $pkgdir/$_destdir/$_ccsdir -type d -exec chmod 0775 {} \;
- install -D -m0644 $srcdir/${_installpath}/${pkgname}_${_fullver}/ARM_RTS_18.1.0.LTS.html $pkgdir/usr/share/licenses/$pkgname/LICENSE.html
+ # 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
}
+
+sha256sums=('00bdab078d7f0c96b878578cbec3b7ab62260ddfca64bb09ebc75c1041aa8689')