summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2021-04-09 16:02:18 +0800
committeryjun2021-04-09 16:02:18 +0800
commitfefad7fd0d6eb49718585eca89d6825f1be33932 (patch)
tree72fc827fd8e7106be3358126b192d5ab89ce1852
parent8f5810c4ded43918714161f44190cc9a74165281 (diff)
downloadaur-fefad7fd0d6eb49718585eca89d6825f1be33932.tar.gz
update: stm32cubemonitor 1.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f1477dc45f0..21f77c5f903d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stm32cubemonitor
pkgdesc = graphical software for helping debug and diagnose STM32 applications while they are running by reading and displaying their variables in real-time
- pkgver = 1.1.0
+ pkgver = 1.2.0
pkgrel = 1
url = https://www.st.com/en/development-tools/stm32cubemonitor.html
arch = x86_64
@@ -17,8 +17,8 @@ pkgbase = stm32cubemonitor
provides = stm32cubemonitor-bin
conflicts = stm32cubemonitor-bin
options = !strip
- source = local://en.STM32CubeMonitor_lin_v1-1-0.zip
- sha256sums = 22689b693e3e00f36c1e71e9f052fb926827c372ba9a9d78789ad563cdb10707
+ source = local://en.STM32CubeMonitor_lin_v1-2-0.zip
+ sha256sums = 89ca4051cea2e0dd115f9e5e1cb1344560fd408471d7a5caae1ca15cb736aa35
pkgname = stm32cubemonitor
diff --git a/PKGBUILD b/PKGBUILD
index 64e4e002f63a..1311d8f970f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: yjun <jerrysteve1101@gmail.com>
pkgname=stm32cubemonitor
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
pkgdesc="graphical software for helping debug and diagnose STM32 applications while they are running by reading and displaying their variables in real-time"
arch=('x86_64')
@@ -14,7 +14,7 @@ conflicts=("${pkgname}-bin")
options=('!strip')
_pkg_file_name=en.STM32CubeMonitor_lin_v${pkgver//./-}.zip
source=("local://${_pkg_file_name}")
-sha256sums=('22689b693e3e00f36c1e71e9f052fb926827c372ba9a9d78789ad563cdb10707')
+sha256sums=('89ca4051cea2e0dd115f9e5e1cb1344560fd408471d7a5caae1ca15cb736aa35')
_DOWNLOADS_DIR=`xdg-user-dir DOWNLOAD`
if [ ! -f ${PWD}/${_pkg_file_name} ]; then
@@ -41,7 +41,7 @@ fi
prepare() {
install -dm755 build
- bsdtar -xf STM32CubeMonitor_lin/${pkgname}_${pkgver}_amd64.deb -C build
+ bsdtar -xf ${pkgname}_${pkgver}_amd64.deb -C build
}
package() {
@@ -56,7 +56,7 @@ package() {
ln -fs /opt/${pkgname}/${pkgname} ${pkgdir}/usr/bin/${pkgname}
# license
- for license in ${srcdir}/STM32CubeMonitor_lin/licenses/*
+ for license in ${srcdir}/licenses/*
do
install -Dm644 "${license}" -t ${pkgdir}/usr/share/licenses/${pkgname}/
done