summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44e69c5ae0e1..9b2ba3f9b381 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ti-cgt-arm
pkgdesc = Texas Instruments Code Generation Tools (compiler) for ARM
pkgver = 20.2.7.LTS
- pkgrel = 2
+ pkgrel = 3
url = http://www.ti.com/tool/ARM-CGT
arch = x86_64
license = custom
@@ -13,6 +13,6 @@ pkgbase = ti-cgt-arm
options = !purge
options = !zipman
source = https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-sDOoXkUcde/20.2.7.LTS/ti_cgt_tms470_20.2.7.LTS_linux-x64_installer.bin
- sha256sums = 697bc381ed00c52d7be19d67f1cdf651a3068ec7c38404edd696ee7f801fb3e8
+ md5sums = b629994a0d2577f8ac65855cc1a80631
pkgname = ti-cgt-arm
diff --git a/PKGBUILD b/PKGBUILD
index 4f0e49033db9..525d1deac4ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ti-cgt-arm
pkgver=20.2.7.LTS
-pkgrel=2
+pkgrel=3
pkgdesc="Texas Instruments Code Generation Tools (compiler) for ARM"
arch=('x86_64')
url="http://www.ti.com/tool/ARM-CGT"
@@ -13,6 +13,7 @@ conflicts=('ccstudio') # current package ships with the toolchains
_installer="ti_cgt_tms470_${pkgver}_linux-x64_installer.bin"
source=("https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-sDOoXkUcde/${pkgver}/${_installer}")
+md5sums=('b629994a0d2577f8ac65855cc1a80631') # TI website provides the MD5 sum specifically
options=(!strip libtool staticlibs emptydirs !purge !zipman)
@@ -34,5 +35,3 @@ package() {
install -D -m0644 $pkgdir/${_ccsdir}/${_installdir}/${pkgname}_${pkgver}/ARM_RTS_${pkgver}_manifest.html $pkgdir/usr/share/licenses/$pkgname/LICENSE.html
}
-
-sha256sums=('697bc381ed00c52d7be19d67f1cdf651a3068ec7c38404edd696ee7f801fb3e8')