Bump package version to 11.10.0_3148
Signed-off-by: Matyas Mehn <matyas.mehn@fs.ei.tum.de>
This commit is contained in:
parent
667c05de05
commit
dd231e2550
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.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.8.1_1197
|
pkgver = 11.10.0_3148
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.nxp.com/MCUXPresso
|
url = http://www.nxp.com/MCUXPresso
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -11,9 +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.8.1_1197.x86_64.deb.bin
|
noextract = mcuxpressoide-11.10.0_3148.x86_64.deb.bin
|
||||||
options = !strip
|
options = !strip
|
||||||
source = file://mcuxpressoide-11.8.1_1197.x86_64.deb.bin
|
source = file://mcuxpressoide-11.10.0_3148.x86_64.deb.bin
|
||||||
sha256sums = b0d245e934c06aee5cfc727d16132b9292621e8ffc6c917d109700e3ff336849
|
sha256sums = 174e6ed0522148d6eab34cde79b32e9561ed99e5991a0b7534a171baa7f1d2c9
|
||||||
|
|
||||||
pkgname = mcuxpresso-ide
|
pkgname = mcuxpresso-ide
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -15,7 +15,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
pkgname=mcuxpresso-ide
|
pkgname=mcuxpresso-ide
|
||||||
pkgver=11.8.1_1197
|
pkgver=11.10.0_3148
|
||||||
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=('b0d245e934c06aee5cfc727d16132b9292621e8ffc6c917d109700e3ff336849')
|
sha256sums=('174e6ed0522148d6eab34cde79b32e9561ed99e5991a0b7534a171baa7f1d2c9')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -60,5 +60,5 @@ package() {
|
||||||
# Copy udev rules from /lib to /usr/lib folder
|
# Copy udev rules from /lib to /usr/lib folder
|
||||||
cp -ar ${srcdir}/mcuxpressoide/lib/udev ${pkgdir}/usr/lib/;
|
cp -ar ${srcdir}/mcuxpressoide/lib/udev ${pkgdir}/usr/lib/;
|
||||||
# Add Product LICENSE file to licenses folder
|
# Add Product LICENSE file to licenses folder
|
||||||
install -D -m644 ${srcdir}/ProductLicense.txt ${pkgdir}/usr/share/licenses/${pkgname}/ProductLicense.txt;
|
install -D -m644 ${srcdir}/mcuxpressoide/usr/local/mcuxpresso-ide/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/ProductLicense.txt;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue