summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkumencz2023-08-01 22:05:51 +0200
committerkumencz2023-08-01 22:05:51 +0200
commitce1f764fa452c663ade86f592d283dc995bf4c37 (patch)
tree814a7968b21ed04044b5acbc9f015248847055db
parent7fd0ce92964fd260069cd1a9014cce41922b94c0 (diff)
downloadaur-ce1f764fa452c663ade86f592d283dc995bf4c37.tar.gz
Updated to v1.13.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac0b98bbff2e..589188ecda96 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stm32cubeide
pkgdesc = Integrated Development Environment for STM32
- pkgver = 1.12.1
- pkgrel = 5
+ pkgver = 1.13.1
+ pkgrel = 1
url = https://www.st.com/en/development-tools/stm32cubeide.html
arch = x86_64
license = custom:SLA0048
@@ -14,9 +14,9 @@ pkgbase = stm32cubeide
optdepends = stlink
optdepends = arm-none-eabi-gdb
options = !strip
- 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 = en.st-stm32cubeide_1.13.1_17479_20230728_0839_amd64.sh.zip::https://www.st.com/content/ccc/resource/technical/software/sw_development_suite/group0/78/92/66/01/21/f2/4c/65/stm32cubeide-lnx/files/st-stm32cubeide_1.13.1_17479_20230728_0839_amd64.sh.zip/jcr:content/translations/en.st-stm32cubeide_1.13.1_17479_20230728_0839_amd64.sh.zip
source = https://www.st.com/resource/en/license/SLA0048_STM32CubeIDE.pdf
- sha256sums = 896c6917ad0b0660e7fe7e15b94d464106c0259442564d0150cc090dc255d8c0
+ sha256sums = 6630cf3995515d2e416377dde4ae383a32ecab7fa074fcb116a13d9fd8e6ebc9
sha256sums = SKIP
pkgname = stm32cubeide
diff --git a/PKGBUILD b/PKGBUILD
index cc132dd833b3..2469cb739a4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: nightuser <nightuser.android@gmail.com>
pkgname="stm32cubeide"
-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=5
+pkgver=1.13.1
+_pkgver_ext=1.13.1_17479_20230728_0839
+_pkg_file_name=en.st-stm32cubeide_1.13.1_17479_20230728_0839_amd64.sh.zip
+pkgrel=1
pkgdesc="Integrated Development Environment for STM32"
arch=("x86_64")
makedepends=('imagemagick')
@@ -38,7 +38,7 @@ source=("${_pkg_file_name}"::"$_download_path"
# "99-jlink.rules.patch"
"https://www.st.com/resource/en/license/SLA0048_STM32CubeIDE.pdf"
)
-sha256sums=('896c6917ad0b0660e7fe7e15b94d464106c0259442564d0150cc090dc255d8c0'
+sha256sums=('6630cf3995515d2e416377dde4ae383a32ecab7fa074fcb116a13d9fd8e6ebc9'
# '0f3f69f7c980a701bf814e94595f5acb51a5d91be76b74e5b632220cfb0e7bb3'
'SKIP'
)
@@ -84,12 +84,10 @@ package() {
msg2 'Installation of binary files'
install -Dm755 /dev/stdin "${pkgdir}/usr/bin/${pkgname}" <<END
#!/bin/sh
-mkdir -p /tmp/SWT-GDBusServer
/opt/stm32cubeide/stm32cubeide "\$@"
END
install -Dm755 /dev/stdin "${pkgdir}/usr/bin/${pkgname}_wayland" <<END
#!/bin/sh
-mkdir -p /tmp/SWT-GDBusServer
/opt/stm32cubeide/stm32cubeide_wayland "\$@"
END