Created
March 18, 2018 04:12
-
-
Save tonylambiris/e6bdf65d2f763480890f1e863258f1f1 to your computer and use it in GitHub Desktop.
Updated PKGFILE for mspgcc-ti
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/PKGBUILD b/PKGBUILD | |
| index c6bced0..a10c5b3 100644 | |
| --- a/PKGBUILD | |
| +++ b/PKGBUILD | |
| @@ -1,7 +1,7 @@ | |
| # Maintainer: Peter Ivanov <[email protected]> | |
| pkgname=mspgcc-ti | |
| -pkgver=5.01.00.00 | |
| +pkgver=5.01.02.00 | |
| pkgrel=1 | |
| pkgdesc="GNU toolchain (as, gcc, g++, ld, gdb) for the TI MSP430 processor" | |
| arch=('i686' 'x86_64') | |
| @@ -12,10 +12,10 @@ 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.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') | |
| +_installer=msp430-gcc-full-linux-installer-5.1.2.0.run | |
| +source=("http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/5_01_02_00/exports/$_installer" "${pkgname}.sh") | |
| +sha1sums=('a7aa99b26e8ca49ed536daf4115a10a76722c760' | |
| + 'a4a81f1b041bf39c3f9c75d94c22d149d1ceee9e') | |
| _install_dir=/opt/ti/mspgcc | |
| build() { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment