summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRihards Skuja2022-11-22 13:17:04 +0200
committerRihards Skuja2022-11-22 13:17:04 +0200
commit56c9247bb64797816a660eea254af5061ea5284e (patch)
tree3f16e018eb9368082a7097aab796d025b1127085 /PKGBUILD
parentc957e70ef5ddb2c9612521c33bb8b1d2c6470546 (diff)
downloadaur-56c9247bb64797816a660eea254af5061ea5284e.tar.gz
Include version info in source archive filename
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {