Bump package version to 11.9.0

Signed-off-by: Matyas Mehn <matyas.mehn@microsys.de>
This commit is contained in:
Matyas Mehn 2024-01-19 09:58:46 +01:00
parent 667c05de05
commit 845bfea6ad
2 changed files with 9 additions and 9 deletions

View file

@ -1,8 +1,8 @@
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.9.0_2144
pkgrel = 1 pkgrel = 1
url = http://www.nxp.com/MCUXPresso url = https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE
arch = x86_64 arch = x86_64
license = custom:"NXP" license = custom:"NXP"
depends = ncurses depends = ncurses
@ -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.9.0_2144.x86_64.deb.bin
options = !strip options = !strip
source = file://mcuxpressoide-11.8.1_1197.x86_64.deb.bin source = file://mcuxpressoide-11.9.0_2144.x86_64.deb.bin
sha256sums = b0d245e934c06aee5cfc727d16132b9292621e8ffc6c917d109700e3ff336849 sha256sums = 94ec18b4da4d0f6bc7d6347731c8f1ba61af78410c9abf2e80743865e9ab72a0
pkgname = mcuxpresso-ide pkgname = mcuxpresso-ide

View file

@ -15,18 +15,18 @@
# #
pkgname=mcuxpresso-ide pkgname=mcuxpresso-ide
pkgver=11.8.1_1197 pkgver=11.9.0_2144
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."
arch=('x86_64') arch=('x86_64')
url="http://www.nxp.com/MCUXPresso" url="https://www.nxp.com/design/design-center/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE"
license=('custom:"NXP"') license=('custom:"NXP"')
depends=('ncurses' 'glibc' 'lib32-glibc' 'jlink-software-and-documentation' 'dfu-util' 'libusb') depends=('ncurses' 'glibc' 'lib32-glibc' 'jlink-software-and-documentation' 'dfu-util' 'libusb')
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=('94ec18b4da4d0f6bc7d6347731c8f1ba61af78410c9abf2e80743865e9ab72a0')
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}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/ProductLicense.txt;
} }