Bump package version to 11.10.0_3148

Signed-off-by: Matyas Mehn <matyas.mehn@fs.ei.tum.de>
This commit is contained in:
Matyas Mehn 2024-07-22 22:00:26 +02:00
parent 667c05de05
commit dd231e2550
2 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
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.
pkgver = 11.8.1_1197
pkgver = 11.10.0_3148
pkgrel = 1
url = http://www.nxp.com/MCUXPresso
arch = x86_64
@ -11,9 +11,9 @@ pkgbase = mcuxpresso-ide
depends = jlink-software-and-documentation
depends = dfu-util
depends = libusb
noextract = mcuxpressoide-11.8.1_1197.x86_64.deb.bin
noextract = mcuxpressoide-11.10.0_3148.x86_64.deb.bin
options = !strip
source = file://mcuxpressoide-11.8.1_1197.x86_64.deb.bin
sha256sums = b0d245e934c06aee5cfc727d16132b9292621e8ffc6c917d109700e3ff336849
source = file://mcuxpressoide-11.10.0_3148.x86_64.deb.bin
sha256sums = 174e6ed0522148d6eab34cde79b32e9561ed99e5991a0b7534a171baa7f1d2c9
pkgname = mcuxpresso-ide

View file

@ -15,7 +15,7 @@
#
pkgname=mcuxpresso-ide
pkgver=11.8.1_1197
pkgver=11.10.0_3148
pkgrel=1
epoch=
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")
noextract=("mcuxpressoide-${pkgver}.${arch}.deb.bin")
sha256sums=('b0d245e934c06aee5cfc727d16132b9292621e8ffc6c917d109700e3ff336849')
sha256sums=('174e6ed0522148d6eab34cde79b32e9561ed99e5991a0b7534a171baa7f1d2c9')
options=('!strip')
prepare() {
@ -60,5 +60,5 @@ package() {
# Copy udev rules from /lib to /usr/lib folder
cp -ar ${srcdir}/mcuxpressoide/lib/udev ${pkgdir}/usr/lib/;
# 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;
}