summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRihards Skuja2022-10-29 08:19:55 +0300
committerRihards Skuja2022-10-29 08:21:19 +0300
commit73a39a9daca0d8a9f15524ccb99ea1b52210996a (patch)
treef60bafc147ccfd7058055c1c815aaded926e80dc
parentbee01026a95bcd6e74a32a712330a6ff9ada333a (diff)
downloadaur-73a39a9daca0d8a9f15524ccb99ea1b52210996a.tar.gz
Add missing dependencies
J-Link software pack is mentioned in project's README and is required for udev rules etc.
-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')