summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumencz2023-05-11 21:26:14 +0200
committerkumencz2023-05-11 21:26:14 +0200
commitf5ec3bc0b135c63389095b5241ef460720a97132 (patch)
tree372d03f5bf91e29dcdfaf8613dfa97dcb253b87b
parentaf757bdff2099d4f1c0095469db6df4423a47c5c (diff)
downloadaur-f5ec3bc0b135c63389095b5241ef460720a97132.tar.gz
Updated to v1.12.1, webkit2gtk as optional dependency, java-runtime is not needed
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD14
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcad23048d7f..cf398cf89cd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,21 @@
pkgbase = stm32cubeide
pkgdesc = Integrated Development Environment for STM32
- pkgver = 1.12.0
- pkgrel = 3
+ pkgver = 1.12.1
+ pkgrel = 1
url = https://www.st.com/en/development-tools/stm32cubeide.html
arch = x86_64
license = Commercial
makedepends = imagemagick
- depends = java-runtime>=11
depends = glibc
depends = libusb
- depends = webkit2gtk
depends = arm-none-eabi-gdb
optdepends = jlink-software-and-documentation
optdepends = stlink
+ optdepends = webkit2gtk
options = !strip
- source = st-stm32cubeide_1.12.0_14980_20230301_1550_amd64.sh.zip::https://www.st.com/content/ccc/resource/technical/software/sw_development_suite/group0/bc/99/f5/62/06/da/4d/eb/stm32cubeide_lnx/files/st-stm32cubeide_1.12.0_14980_20230301_1550_amd64.sh.zip/jcr:content/translations/en.st-stm32cubeide_1.12.0_14980_20230301_1550_amd64.sh.zip
+ source = en.st-stm32cubeide_1.12.1_16088_20230420_1057_amd64.sh.zip::https://www.st.com/content/ccc/resource/technical/software/sw_development_suite/group0/30/a8/7a/1c/24/19/42/c0/stm32cubeide-lnx/files/st-stm32cubeide_1.12.1_16088_20230420_1057_amd64.sh.zip/jcr:content/translations/en.st-stm32cubeide_1.12.1_16088_20230420_1057_amd64.sh.zip
source = https://www.st.com/resource/en/license/SLA0048_STM32CubeIDE.pdf
- sha256sums = 287129ea5d1fc283ae34404ccb15891f8e767587d43f9c43504ee9cdb73d55f7
+ sha256sums = 896c6917ad0b0660e7fe7e15b94d464106c0259442564d0150cc090dc255d8c0
sha256sums = SKIP
pkgname = stm32cubeide
diff --git a/PKGBUILD b/PKGBUILD
index ae5ed696432a..504f96faeed8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: nightuser <nightuser.android@gmail.com>
pkgname="stm32cubeide"
-pkgver=1.12.0
-_pkgver_ext=1.12.0_14980_20230301_1550
-_pkg_file_name=st-stm32cubeide_1.12.0_14980_20230301_1550_amd64.sh.zip
-pkgrel=3
+pkgver=1.12.1
+_pkgver_ext=1.12.1_16088_20230420_1057
+_pkg_file_name=en.st-stm32cubeide_1.12.1_16088_20230420_1057_amd64.sh.zip
+pkgrel=1
pkgdesc="Integrated Development Environment for STM32"
arch=("x86_64")
makedepends=('imagemagick')
-depends=('java-runtime>=11' 'glibc' 'libusb' 'webkit2gtk' 'arm-none-eabi-gdb')
-optdepends=('jlink-software-and-documentation' 'stlink')
+depends=('glibc' 'libusb' 'arm-none-eabi-gdb')
+optdepends=('jlink-software-and-documentation' 'stlink' 'webkit2gtk')
conflicts=()
url="https://www.st.com/en/development-tools/stm32cubeide.html"
license=('Commercial')
@@ -39,7 +39,7 @@ source=("${_pkg_file_name}"::"$_download_path"
# "99-jlink.rules.patch"
"https://www.st.com/resource/en/license/SLA0048_STM32CubeIDE.pdf"
)
-sha256sums=('287129ea5d1fc283ae34404ccb15891f8e767587d43f9c43504ee9cdb73d55f7'
+sha256sums=('896c6917ad0b0660e7fe7e15b94d464106c0259442564d0150cc090dc255d8c0'
# '0f3f69f7c980a701bf814e94595f5acb51a5d91be76b74e5b632220cfb0e7bb3'
'SKIP'
)