version 6.14.1

This commit is contained in:
Attila Body 2025-05-30 14:42:15 +02:00
parent cca2f4f14a
commit 00c5fcfb7a
Signed by: abody
GPG key ID: BD0C6214E68FB5CF
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Maintainer: laserK <echo 'Y29udGFjdEBrYXJzdGVucHVmYWhsLmRlCg==' | base64 -d>
pkgname=stm32cubemx
pkgver=6.13.0
pkgver=6.14.1
pkgrel=1
epoch=
pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code"
@ -8,7 +8,7 @@ arch=(any)
url="https://www.st.com/en/development-tools/stm32cubemx.html"
license=('custom')
groups=()
depends=('java-runtime>=17'
depends=('java-runtime>=21'
'archlinux-java-run>=10'
'bash')
makedepends=('imagemagick')
@ -25,9 +25,9 @@ source=("https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${pkgver/
"stm32cubemx.desktop"
"stm32cubemx.sh")
noextract=()
sha512sums=('362f0b94a33c84004ff6068f11e629aa9881d6612cf4f82817a9b1c67fa270f93eb8320f56e95d4267c7844de78443d1a968f4e589a3324343044b3ca9138ff4'
sha512sums=('d7a67846e416212b5ae54d29bf163663ffe9847c1ff2a09d21e97ef30b5d1e57dfa6f7c21de1dff8ef0ed2da6e144292529f2690a946e3abe7018901b28d4554'
'83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b'
'd0dfbf096d7d147f59ed9fc888e612636e6d025688f2ef82d528110da977e20175087eeb24bb398053ce0cb4e530dd0b4f0bd48574c028879ceffa44a04029c1')
'031f4b55414e53ffd4ae6bca76d260629f92553ee66fe52e233de1032892925f626a3d29974976b9e5289282fc4fc0459cda47436f71ed8d3258f408562a2f6c')
validpgpkeys=()
package() {

View file

@ -1,2 +1,2 @@
#!/bin/sh
exec archlinux-java-run --min 17 -- -jar /opt/stm32cubemx/STM32CubeMX "$@"
exec archlinux-java-run --min 21 -- -jar /opt/stm32cubemx/STM32CubeMX "$@"