Compare commits

...

10 commits

Author SHA1 Message Date
10f84230cc
Bump package version to 25.6.136 2025-07-04 22:57:03 +02:00
Matyas Mehn
7342cf569e Forgot to update .SRCINFO
Signed-off-by: Matyas Mehn <matyas.mehn@microsys.de>
2025-01-21 09:46:36 +01:00
Matyas Mehn
f89aa92ea3 Bump package version to 24.12.148
Signed-off-by: Matyas Mehn <matyas.mehn@microsys.de>
2025-01-21 09:45:26 +01:00
Matyas Mehn
cb9fc0ca30 Bump package version to 24.9.25
Signed-off-by: Matyas Mehn <matyas.mehn@microsys.de>
2024-10-17 16:06:46 +02:00
Matyas Mehn
dc59c480ff Added linkserver as a dependency. 2024-07-22 22:21:29 +02:00
Matyas Mehn
91475bfb96 Resolve merge conflicts after forgetting a pull.
Signed-off-by: Matyas Mehn <matyas.mehn@fs.ei.tum.de>
2024-07-22 22:04:00 +02:00
Matyas Mehn
dd231e2550 Bump package version to 11.10.0_3148
Signed-off-by: Matyas Mehn <matyas.mehn@fs.ei.tum.de>
2024-07-22 22:00:26 +02:00
Matyas Mehn
c8baa08c90 Bump package version to 11.9.1
Signed-off-by: Matyas Mehn <matyas.mehn@microsys.de>
2024-06-12 11:46:13 +02:00
Matyas Mehn
845bfea6ad Bump package version to 11.9.0
Signed-off-by: Matyas Mehn <matyas.mehn@microsys.de>
2024-01-19 09:58:46 +01:00
Matyas Mehn
667c05de05 Bump package version to 11.8.1
Signed-off-by: Matyas Mehn <matyas.mehn@fs.ei.tum.de>
2023-12-09 23:11:09 +01:00
2 changed files with 9 additions and 8 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.0_1165
pkgver = 24.12.148
pkgrel = 1
url = http://www.nxp.com/MCUXPresso
arch = x86_64
@ -11,9 +11,10 @@ pkgbase = mcuxpresso-ide
depends = jlink-software-and-documentation
depends = dfu-util
depends = libusb
noextract = mcuxpressoide-11.8.0_1165.x86_64.deb.bin
depends = linkserver
noextract = mcuxpressoide-24.12.148.x86_64.deb.bin
options = !strip
source = file://mcuxpressoide-11.8.0_1165.x86_64.deb.bin
sha256sums = 8f503998841b4428534b509574845b62f36860fff9e1de8d53905ffe4525fd18
source = file://mcuxpressoide-24.12.148.x86_64.deb.bin
sha256sums = 34b9163869d9d274ddcc2b2482d51d9aa2bf5f1cf0581b885172d4c107c58ed5
pkgname = mcuxpresso-ide

View file

@ -15,18 +15,18 @@
#
pkgname=mcuxpresso-ide
pkgver=11.8.0_1165
pkgver=25.6.136
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."
arch=('x86_64')
url="http://www.nxp.com/MCUXPresso"
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' 'linkserver')
source=("file://mcuxpressoide-${pkgver}.${arch}.deb.bin")
noextract=("mcuxpressoide-${pkgver}.${arch}.deb.bin")
sha256sums=('8f503998841b4428534b509574845b62f36860fff9e1de8d53905ffe4525fd18')
sha256sums=('0f51cb9e29d85aadcf9e10c1721f9b3886095a1cec9c98e1d0d74b063578596a')
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;
}