summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f32ad114837..c557a41b5d71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = simplicity-commander
pkgdesc = GUI and command line access to the debug features of Silicon Labs devices
pkgver = 1.13.3
- 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
sha256sums = bf32d49addd0031f761bb9ad7d6d190e7456c40f23ffabf87680400b4c68651d
diff --git a/PKGBUILD b/PKGBUILD
index 436af978ae68..59fc31e39b7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=simplicity-commander
pkgver=1.13.3
-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')
sha256sums=('bf32d49addd0031f761bb9ad7d6d190e7456c40f23ffabf87680400b4c68651d')