version 6.12.0

This commit is contained in:
Karsten Pufahl 2024-07-02 17:04:04 +02:00
parent ba9ab484d1
commit d369e83792
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = stm32cubemx pkgbase = stm32cubemx
pkgdesc = graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code pkgdesc = graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code
pkgver = 6.11.0 pkgver = 6.12.0
pkgrel = 1 pkgrel = 1
url = https://www.st.com/en/development-tools/stm32cubemx.html url = https://www.st.com/en/development-tools/stm32cubemx.html
arch = any arch = any
@ -11,10 +11,10 @@ pkgbase = stm32cubemx
depends = bash depends = bash
options = !strip options = !strip
options = !debug options = !debug
source = https://sw-center.st.com/packs/resource/library/stm32cube_mx_v6110-lin.zip source = https://sw-center.st.com/packs/resource/library/stm32cube_mx_v6120-lin.zip
source = stm32cubemx.desktop source = stm32cubemx.desktop
source = stm32cubemx.sh source = stm32cubemx.sh
sha512sums = 2418acfa0dd80030f3fa84b91243a759603b4eefcfe653eda79e37a4765f1da5aa3e1cef43f8c6e236818f63964e388092e240ae4858aeac59603982647c739c sha512sums = daf949742ec7bab3def3a6777165719d46eb0e94d9cfcb2ae02d7afb91ffccc4ce648eda5ef2ef06377f9e7fadc64ed2502a9b4de7f43edc411860de356fc428
sha512sums = 83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b sha512sums = 83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b
sha512sums = d0dfbf096d7d147f59ed9fc888e612636e6d025688f2ef82d528110da977e20175087eeb24bb398053ce0cb4e530dd0b4f0bd48574c028879ceffa44a04029c1 sha512sums = d0dfbf096d7d147f59ed9fc888e612636e6d025688f2ef82d528110da977e20175087eeb24bb398053ce0cb4e530dd0b4f0bd48574c028879ceffa44a04029c1

View file

@ -1,6 +1,6 @@
# Maintainer: laserK <echo 'Y29udGFjdEBrYXJzdGVucHVmYWhsLmRlCg==' | base64 -d> # Maintainer: laserK <echo 'Y29udGFjdEBrYXJzdGVucHVmYWhsLmRlCg==' | base64 -d>
pkgname=stm32cubemx pkgname=stm32cubemx
pkgver=6.11.0 pkgver=6.12.0
pkgrel=1 pkgrel=1
epoch= epoch=
pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code" pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code"
@ -25,7 +25,7 @@ source=("https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${pkgver/
"stm32cubemx.desktop" "stm32cubemx.desktop"
"stm32cubemx.sh") "stm32cubemx.sh")
noextract=() noextract=()
sha512sums=('2418acfa0dd80030f3fa84b91243a759603b4eefcfe653eda79e37a4765f1da5aa3e1cef43f8c6e236818f63964e388092e240ae4858aeac59603982647c739c' sha512sums=('daf949742ec7bab3def3a6777165719d46eb0e94d9cfcb2ae02d7afb91ffccc4ce648eda5ef2ef06377f9e7fadc64ed2502a9b4de7f43edc411860de356fc428'
'83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b' '83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b'
'd0dfbf096d7d147f59ed9fc888e612636e6d025688f2ef82d528110da977e20175087eeb24bb398053ce0cb4e530dd0b4f0bd48574c028879ceffa44a04029c1') 'd0dfbf096d7d147f59ed9fc888e612636e6d025688f2ef82d528110da977e20175087eeb24bb398053ce0cb4e530dd0b4f0bd48574c028879ceffa44a04029c1')
validpgpkeys=() validpgpkeys=()
@ -36,7 +36,7 @@ package() {
cp -r "${srcdir}/MX/." "${pkgdir}/opt/stm32cubemx" cp -r "${srcdir}/MX/." "${pkgdir}/opt/stm32cubemx"
install -Dm 755 "${srcdir}/stm32cubemx.sh" "${pkgdir}/usr/bin/${pkgname}" install -Dm 755 "${srcdir}/stm32cubemx.sh" "${pkgdir}/usr/bin/${pkgname}"
#icon and desktop file #icon and desktop file
convert "${srcdir}/MX/help/STM32CubeMX.ico[0]" "${srcdir}/MX/${pkgname}.png" magick "${srcdir}/MX/help/STM32CubeMX.ico[0]" "${srcdir}/MX/${pkgname}.png"
install -Dm 644 "${srcdir}/MX/${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png" install -Dm 644 "${srcdir}/MX/${pkgname}.png" "${pkgdir}/usr/share/pixmaps/${pkgname}.png"
install -Dm 644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop" install -Dm 644 "${srcdir}/${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"