summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRihards Skuja2022-11-22 13:17:04 +0200
committerRihards Skuja2022-11-22 13:17:04 +0200
commit56c9247bb64797816a660eea254af5061ea5284e (patch)
tree3f16e018eb9368082a7097aab796d025b1127085
parentc957e70ef5ddb2c9612521c33bb8b1d2c6470546 (diff)
downloadaur-56c9247bb64797816a660eea254af5061ea5284e.tar.gz
Include version info in source archive filename
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b9396ec2f2c..a55eae396e53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = simplicity-commander
pkgdesc = GUI and command line access to the debug features of Silicon Labs devices
pkgver = 1.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.silabs.com/mcu/programming-options
arch = x86_64
license = LGPL
depends = jlink-software-and-documentation
options = !strip
- source = https://www.silabs.com/documents/public/software/SimplicityCommander-Linux.zip
+ source = simplicity-commander-1.14.0.zip::https://www.silabs.com/documents/public/software/SimplicityCommander-Linux.zip
sha256sums = 75e68b6f9f2f97d4ef3a208353d3b6d5acc3079f8d13a00e60f8021434608b23
pkgname = simplicity-commander
diff --git a/PKGBUILD b/PKGBUILD
index e877c6606d39..029f28978afb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=simplicity-commander
pkgver=1.14.0
-pkgrel=1
+pkgrel=2
pkgdesc='GUI and command line access to the debug features of Silicon Labs devices'
arch=('x86_64')
url='https://www.silabs.com/mcu/programming-options'
license=('LGPL')
options=('!strip')
depends=('jlink-software-and-documentation')
-source=('https://www.silabs.com/documents/public/software/SimplicityCommander-Linux.zip')
+source=("$pkgname-$pkgver.zip::https://www.silabs.com/documents/public/software/SimplicityCommander-Linux.zip")
sha256sums=('75e68b6f9f2f97d4ef3a208353d3b6d5acc3079f8d13a00e60f8021434608b23')
package() {