Skip to content

Instantly share code, notes, and snippets.

Created March 14, 2018 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c86c9b7dd9d336d78b3fb1bff33cdbaf to your computer and use it in GitHub Desktop.
Save anonymous/c86c9b7dd9d336d78b3fb1bff33cdbaf to your computer and use it in GitHub Desktop.
stdin
diff --git a/PKGBUILD b/PKGBUILD
index 3c0bb40..ef98a5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Karsten Pufahl <kontakt <AT> karstenpufahl.de>
pkgname=stm32cubemx
-pkgver=4.24.0
+pkgver=4.25.0
pkgrel=1
epoch=
pkgdesc="graphical software configuration tool for STM32 microcontrollers that allows generating C initialization code"
@@ -14,7 +14,7 @@ url="http://www.st.com/content/st_com/en/products/development-tools/software-dev
license=('custom')
groups=()
depends=('lib32-glibc'
- 'java-environment'
+ 'java-runtime'
'bash')
makedepends=('imagemagick')
checkdepends=()
@@ -26,12 +26,12 @@ backup=()
options=(!strip)
install=
changelog=
-source=("http://www.st.com/content/ccc/resource/technical/software/sw_development_suite/00/22/e1/cf/b7/83/42/25/stm32cubemx.zip/files/stm32cubemx.zip/jcr:content/translations/en.stm32cubemx.zip"
+source=("stm32cubemx-$pkgver.zip::http://www.st.com/content/ccc/resource/technical/software/sw_development_suite/00/22/e1/cf/b7/83/42/25/stm32cubemx.zip/files/stm32cubemx.zip/jcr:content/translations/en.stm32cubemx.zip"
"LICENSE"
"stm32cubemx.desktop"
"stm32cubemx.sh")
noextract=()
-sha512sums=('dad7f729fdfe13af323197dc4b34b63bf476e561bb8c05cc9c1ed04ce2bbee250583fdeab72e00df01a3b4be29f9d0422cef8d1bd0adc06797419e4180931160'
+sha512sums=('71e6da94594d09685bb8293a124701b36faea6849029111749bf2ac2cf435c54e0884c1ae60792d161d9df78c777b5125b43617a12d8f2cd1bdaa5e95a492b0b'
'ad1897ea5234b712d726b5d3423f05f1c0c5a64e28354afe07dce7451563ae4492366cc252ca379b44793797be20011a66458431fd5453c18a7543ccb8df5397'
'56bff32e35f8eb09ae4df94e4e885aaf9349c687ce9f4901ddd11c83b69a32b19d99ab8dbd90c6679e86e7213c4d41640e52ab0d80b8fc4640a1bc5df9a3af32'
'bef2450971c152c7f45565e0e36faf1863ddc6616532d5db2f29344de5d2d34852946a89e865059a632761a0c2565177cb2181724837b7b740b0697265d307c0')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment