summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexei Colin2023-09-10 15:42:35 -0400
committerAlexei Colin2023-09-10 15:42:35 -0400
commitff0524e1ffd9fbc78303e0bdda735bbf40c5577e (patch)
tree76b78875e9be24e2a029a9b4062e214f72eaf8d1 /PKGBUILD
parent18647373c02f64d544be64efab3ad5d7983b6bc7 (diff)
downloadaur-ti-cgt-arm.tar.gz
change sums to MD5 to match TI website
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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')