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
6
PKGBUILD
6
PKGBUILD
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue