summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2017-11-16 18:39:56 +0100
committerPeter Ivanov2017-11-16 18:39:56 +0100
commite610e296ba74a8446d62219b30a204860f78f79d (patch)
tree973db13e6f81ff86e393c1bf6f166bb013af7ee8
parent203a1453fdb4d8ebe785889e2d6b283baa42ea97 (diff)
downloadaur-e610e296ba74a8446d62219b30a204860f78f79d.tar.gz
Updated to version 5.01.00.00
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index deed2e447f4b..6a792063360a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 5 16:31:49 UTC 2017
+# Thu Nov 16 17:39:56 UTC 2017
pkgbase = mspgcc-ti
pkgdesc = GNU toolchain (as, gcc, g++, ld, gdb) for the TI MSP430 processor
- pkgver = 5.00.00.00
+ pkgver = 5.01.00.00
pkgrel = 1
url = http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/latest/index_FDS.html
install = mspgcc-ti.install
@@ -14,9 +14,9 @@ pkgbase = mspgcc-ti
options = !libtool
options = staticlibs
options = !upx
- source = http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/5_00_00_00/exports/msp430-gcc-full-linux-installer-5.0.0.25.run
+ source = http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/5_01_00_00/exports/msp430-gcc-full-linux-installer-5.0.0.36.run
source = mspgcc-ti.sh
- sha1sums = 551f11fd8e4469cf8c279e0db4b7ba23d30facb3
+ sha1sums = 7537586ecd5a9ecc84221f7dd42f93b9a6ee9fd1
sha1sums = a4a81f1b041bf39c3f9c75d94c22d149d1ceee9e
depends_i686 = elfutils
depends_i686 = libmpc
diff --git a/PKGBUILD b/PKGBUILD
index 4796e6bd1399..c6bced08bbb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Peter Ivanov <ivanovp@gmail.com>
pkgname=mspgcc-ti
-pkgver=5.00.00.00
+pkgver=5.01.00.00
pkgrel=1
pkgdesc="GNU toolchain (as, gcc, g++, ld, gdb) for the TI MSP430 processor"
arch=('i686' 'x86_64')
@@ -12,9 +12,9 @@ depends_x86_64=('elfutils' 'libmpc' 'zlib' 'lib32-gcc-libs' 'lib32-glibc' 'lib32
options=(!strip !emptydirs !libtool staticlibs !upx)
PKGEXT=".pkg.tar"
install=mspgcc-ti.install
-_installer=msp430-gcc-full-linux-installer-5.0.0.25.run
-source=("http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/5_00_00_00/exports/$_installer" "${pkgname}.sh")
-sha1sums=('551f11fd8e4469cf8c279e0db4b7ba23d30facb3'
+_installer=msp430-gcc-full-linux-installer-5.0.0.36.run
+source=("http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/5_01_00_00/exports/$_installer" "${pkgname}.sh")
+sha1sums=('7537586ecd5a9ecc84221f7dd42f93b9a6ee9fd1'
'a4a81f1b041bf39c3f9c75d94c22d149d1ceee9e')
_install_dir=/opt/ti/mspgcc
@@ -31,6 +31,7 @@ package() {
mkdir -p $pkgdir$_install_dir/msp430-elf/include
msg "Moving header files to their place..."
mv $pkgdir$_install_dir/include/*.h $pkgdir$_install_dir/msp430-elf/include
+ mv $pkgdir$_install_dir/include/*.csv $pkgdir$_install_dir/msp430-elf/include
install -Dm755 "${srcdir}/${pkgname}.sh" "${pkgdir}/etc/profile.d/${pkgname}.sh"
}