summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Pufahl2023-02-26 17:10:57 +0100
committerKarsten Pufahl2023-02-26 17:10:57 +0100
commit80d95143bf14fb5609396c900e7dd17e1609fc15 (patch)
tree92ea45365bdaf9c744265ef814b08da1c7752472
parent3fa1f3a913653eaefc416b9463989e7f8d8efb7e (diff)
downloadaur-80d95143bf14fb5609396c900e7dd17e1609fc15.tar.gz
add filename specifier to desktop entry
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--stm32cubemx.desktop2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f609ce1a95eb..833516d9c691 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,7 @@ pkgbase = stm32cubemx
source = stm32cubemx.desktop
source = stm32cubemx.sh
sha512sums = f7ff661fdd9faa052508b44d4c48cf874998532df3a77d673e7d046de5cd1942bf15571f79b7c2b1ac8543856186dbe050594e3d4ad7242a57872c5b972a96ee
- sha512sums = 56bff32e35f8eb09ae4df94e4e885aaf9349c687ce9f4901ddd11c83b69a32b19d99ab8dbd90c6679e86e7213c4d41640e52ab0d80b8fc4640a1bc5df9a3af32
- sha512sums = 6a79222fecdd4e0321d4a460a746d704c25fa32a97fd6653adfb64447053b8985c9533caf2f92f8907ef4424aa19ce0bdff3911bbdc6bf744bb354baaa3d834c
+ sha512sums = 83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b
+ sha512sums = c9dbd6353da1f467c7bc480180abe83b1ac971be62b29061641476836c6c2c714d9fe44bbd24bc2d6c78002d7e652c7b0f1cd34cf0d331f2d0a781761f38e25e
pkgname = stm32cubemx
diff --git a/PKGBUILD b/PKGBUILD
index c35dd5e3c582..4b79eb95762b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: laserK <echo 'Y29udGFjdEBrYXJzdGVucHVmYWhsLmRlCg==' | base64 -d>
pkgname=stm32cubemx
pkgver=6.7.0
-pkgrel=3
+pkgrel=4
epoch=
pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code"
arch=(any)
@@ -26,7 +26,7 @@ source=("https://sw-center.st.com/packs/resource/library/stm32cube_mx_v${pkgver/
"stm32cubemx.sh")
noextract=()
sha512sums=('f7ff661fdd9faa052508b44d4c48cf874998532df3a77d673e7d046de5cd1942bf15571f79b7c2b1ac8543856186dbe050594e3d4ad7242a57872c5b972a96ee'
- '56bff32e35f8eb09ae4df94e4e885aaf9349c687ce9f4901ddd11c83b69a32b19d99ab8dbd90c6679e86e7213c4d41640e52ab0d80b8fc4640a1bc5df9a3af32'
+ '83c67bef3e8f8434903fe0c067442cc7473459386fdcb0225af1b3a75fd75e2be393f91f877c8410f1055ca4ec531b2df707fcab10663cae382a7f4066c8548b'
'6a79222fecdd4e0321d4a460a746d704c25fa32a97fd6653adfb64447053b8985c9533caf2f92f8907ef4424aa19ce0bdff3911bbdc6bf744bb354baaa3d834c')
validpgpkeys=()
diff --git a/stm32cubemx.desktop b/stm32cubemx.desktop
index a2c349853156..93eddda97558 100644
--- a/stm32cubemx.desktop
+++ b/stm32cubemx.desktop
@@ -4,7 +4,7 @@ Name=STM32CubeMX
GenericName=configuration tool for STM32 microcontrollers
Comment=graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code
Icon=stm32cubemx.png
-Exec=stm32cubemx
+Exec=stm32cubemx %F
Terminal=false
Categories=Development;IDE;
StartupNotify=false