summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexei Colin2019-08-31 15:41:52 -0400
committerAlexei Colin2019-08-31 15:41:52 -0400
commit109167f7174008f82851a93c011775310e347995 (patch)
tree80c8e1a3ee3b1b4361122f51f00a16a9aa1558f2
parent0a9d258c39f9c2b6e0587694fa0ac0b8d78036b0 (diff)
downloadaur-109167f7174008f82851a93c011775310e347995.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 b1b3e1074081..5b45b431e31b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Thu Mar 28 01:45:24 UTC 2019
pkgbase = ti-cgt-arm
pkgdesc = Texas Instruments Code Generation Tools (compiler) for ARM
- pkgver = 18.12.0.LTS
+ pkgver = 19.6.0.STS
pkgrel = 1
- url = http://www.ti.com/tool/download/ARM-CGT-17
+ url = http://www.ti.com/tool/ARM-CGT
arch = x86_64
license = custom
optdepends = ccstudio
@@ -14,8 +12,8 @@ pkgbase = ti-cgt-arm
options = emptydirs
options = !purge
options = !zipman
- 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
+ source = http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/19.6.0.STS/ti_cgt_tms470_19.6.0.STS_linux_installer_x86.bin
+ sha256sums = 16928b154dfd7735ea469b41d6f409559c976f44fb7f32dc2f306aa91e90ae04
pkgname = ti-cgt-arm
diff --git a/PKGBUILD b/PKGBUILD
index e3cf1e5315ed..7334809954e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,17 @@
# Maintainer: Alexei Colin <ac at alexeicolin dot com>
pkgname=ti-cgt-arm
-pkgver=18.12.0.LTS
+pkgver=19.6.0.STS
pkgrel=1
pkgdesc="Texas Instruments Code Generation Tools (compiler) for ARM"
arch=('x86_64')
-url="http://www.ti.com/tool/download/ARM-CGT-17"
-#url="http://www.ti.com/tools-software/compilers/download.html"
-#url="http://software-dl.ti.com/codegen/non-esd/downloads/index.htm"
+url="http://www.ti.com/tool/ARM-CGT"
license=('custom')
optdepends=('ccstudio')
_installer="ti_cgt_tms470_${pkgver}_linux_installer_x86.bin"
-source=("http://downloads.ti.com/codegen/esd/cgt_public_sw/TMS470/${pkgver}/${_installer}")
+source=("http://software-dl.ti.com/codegen/esd/cgt_public_sw/TMS470/${pkgver}/${_installer}")
options=(!strip libtool staticlibs emptydirs !purge !zipman)
@@ -44,8 +42,7 @@ package() {
# Match permissions to ccstudio package (see notes in ccstudio.install)
find $pkgdir/$_destdir/$_ccsdir -type d -exec chmod 0775 {} \;
- # 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
+ install -D -m0644 $srcdir/${_installpath}/${pkgname}_${pkgver}/ARM_RTS_${pkgver}_manifest.html $pkgdir/usr/share/licenses/$pkgname/LICENSE.html
}
-sha256sums=('ba389084b5594d1712147fa4f51ec305f75f446f5337e39ca972348aced8212b')
+sha256sums=('16928b154dfd7735ea469b41d6f409559c976f44fb7f32dc2f306aa91e90ae04')