summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2021-08-29 01:02:38 +0800
committeryjun2021-08-29 01:02:38 +0800
commitbf7e65294ac4670abc35cd041b18b1d1b8afd593 (patch)
tree07f13cb0b37d8fa79da801d84ed86756dc647745
parent36e201d6a86e16dac19bf5ade0d54aa780ef9822 (diff)
downloadaur-bf7e65294ac4670abc35cd041b18b1d1b8afd593.tar.gz
pkgbuild: limit to x86_64 arch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--stsw-link007.pngbin4456 -> 2689 bytes
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60a97639c243..f068ae53491f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = stsw-link007
pkgdesc = The firmware upgrade application for ST-LINK, ST-LINK/V2, ST-LINK/V2-1, and STLINK-V3 boards through the USB port
pkgver = 2.38.27
- pkgrel = 1
+ pkgrel = 2
url = https://www.st.com/en/development-tools/stsw-link007.html
- arch = any
+ arch = x86_64
license = SLA0048
makedepends = xdg-user-dirs
depends = stlink
@@ -17,7 +17,7 @@ pkgbase = stsw-link007
source = SLA0048.pdf::https://www.st.com/resource/en/license_agreement/dm00218346.pdf
sha256sums = bb0c1849aa26fac956618c07cb81e29c68676d28ae630ce7a2498968dcfef33e
sha256sums = ccf814ca4b768285e611c809be147be2b0df10d39ceedfafa7f901a56bd4fcd3
- sha256sums = dd7795c45a38b8bb652f37fced82f6d5ce6cbf5dffd7b29b784a89496757e991
+ sha256sums = a692a0956462419ba10a149c06e8be0f2e1a3e16dfb4b1ce06f9c612bf852d3c
sha256sums = 2ceecf9925b8f55418fe75068976125d8b45cf24aecd7e87b8b05d03e4a4c50b
pkgname = stsw-link007
diff --git a/PKGBUILD b/PKGBUILD
index cb85dae4e76b..69e80358f6f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname="stsw-link007"
_pkgname="STLinkUpgrade"
pkgver=2.38.27
-pkgrel=1
+pkgrel=2
_stlink_upgrade_ver=3.3.6
pkgdesc="The firmware upgrade application for ST-LINK, ST-LINK/V2, ST-LINK/V2-1, and STLINK-V3 boards through the USB port"
-arch=('any')
+arch=('x86_64')
url="https://www.st.com/en/development-tools/stsw-link007.html"
license=('SLA0048')
# depends comments
@@ -31,7 +31,7 @@ source=("local://${_pkg_file_archive}"
"SLA0048.pdf::https://www.st.com/resource/en/license_agreement/dm00218346.pdf")
sha256sums=('bb0c1849aa26fac956618c07cb81e29c68676d28ae630ce7a2498968dcfef33e'
'ccf814ca4b768285e611c809be147be2b0df10d39ceedfafa7f901a56bd4fcd3'
- 'dd7795c45a38b8bb652f37fced82f6d5ce6cbf5dffd7b29b784a89496757e991'
+ 'a692a0956462419ba10a149c06e8be0f2e1a3e16dfb4b1ce06f9c612bf852d3c'
'2ceecf9925b8f55418fe75068976125d8b45cf24aecd7e87b8b05d03e4a4c50b')
_DOWNLOADS_DIR=`xdg-user-dir DOWNLOAD`
diff --git a/stsw-link007.png b/stsw-link007.png
index 8a9d349aa05a..5cd6012f29f3 100644
--- a/stsw-link007.png
+++ b/stsw-link007.png
Binary files differ