Updated to version 11.4.0_6224
Signed-off-by: Matyas Mehn <matyas.mehn@fs.ei.tum.de>
This commit is contained in:
parent
9eb345a1f1
commit
eb3536ef07
2 changed files with 7 additions and 8 deletions
9
.SRCINFO
9
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = mcuxpresso-ide
|
pkgbase = mcuxpresso-ide
|
||||||
pkgdesc = An easy-to-use integrated development environment (IDE) for creating, building, debugging, and optimizing your application. From BIN package distributed by NXP.
|
pkgdesc = An easy-to-use integrated development environment (IDE) for creating, building, debugging, and optimizing your application. From BIN package distributed by NXP.
|
||||||
pkgver = 11.3.1_5262
|
pkgver = 11.4.0_6224
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.nxp.com/MCUXPresso
|
url = http://www.nxp.com/MCUXPresso
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -11,10 +11,9 @@ pkgbase = mcuxpresso-ide
|
||||||
depends = jlink-software-and-documentation
|
depends = jlink-software-and-documentation
|
||||||
depends = dfu-util
|
depends = dfu-util
|
||||||
depends = libusb
|
depends = libusb
|
||||||
noextract = mcuxpressoide-11.3.1_5262.x86_64.deb.bin
|
noextract = mcuxpressoide-11.4.0_6224.x86_64.deb.bin
|
||||||
options = !strip
|
options = !strip
|
||||||
source = file://mcuxpressoide-11.3.1_5262.x86_64.deb.bin
|
source = file://mcuxpressoide-11.4.0_6224.x86_64.deb.bin
|
||||||
sha256sums = 295c977782324d6ec015105628ad1fc90fc2d499748d4f7f8769b5b95d3763df
|
sha256sums = 9b9a7a928a0bcc11edc149f2452a3fde79846ffa2a15c1e7f05fc67c683b5167
|
||||||
|
|
||||||
pkgname = mcuxpresso-ide
|
pkgname = mcuxpresso-ide
|
||||||
|
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -11,11 +11,11 @@
|
||||||
# 5. Download the .deb.bin package and place it in the same directory as the PKGBUILD
|
# 5. Download the .deb.bin package and place it in the same directory as the PKGBUILD
|
||||||
# 6. Build!
|
# 6. Build!
|
||||||
#
|
#
|
||||||
# No refunds for broken AUR helpers, just use make(chroot)pkg.
|
# No refunds for broken AUR helpers, just use makepkg.
|
||||||
#
|
#
|
||||||
|
|
||||||
pkgname=mcuxpresso-ide
|
pkgname=mcuxpresso-ide
|
||||||
pkgver=11.3.1_5262
|
pkgver=11.4.0_6224
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc="An easy-to-use integrated development environment (IDE) for creating, building, debugging, and optimizing your application. From BIN package distributed by NXP."
|
pkgdesc="An easy-to-use integrated development environment (IDE) for creating, building, debugging, and optimizing your application. From BIN package distributed by NXP."
|
||||||
|
@ -26,7 +26,7 @@ depends=('ncurses' 'glibc' 'lib32-glibc' 'jlink-software-and-documentation' 'dfu
|
||||||
|
|
||||||
source=("file://mcuxpressoide-${pkgver}.${arch}.deb.bin")
|
source=("file://mcuxpressoide-${pkgver}.${arch}.deb.bin")
|
||||||
noextract=("mcuxpressoide-${pkgver}.${arch}.deb.bin")
|
noextract=("mcuxpressoide-${pkgver}.${arch}.deb.bin")
|
||||||
sha256sums=('295c977782324d6ec015105628ad1fc90fc2d499748d4f7f8769b5b95d3763df')
|
sha256sums=('9b9a7a928a0bcc11edc149f2452a3fde79846ffa2a15c1e7f05fc67c683b5167')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue