summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Manna2020-07-21 21:31:58 -0700
committerKyle Manna2020-07-21 21:31:58 -0700
commit8197421b8e412155e5c0d4a129662cfab9f961e3 (patch)
tree24c5785fb0fdc0ce23c1190dd9283b6463248d1d
parent58322ce9a743e004c9b80eb61814f9f793bde324 (diff)
downloadaur-8197421b8e412155e5c0d4a129662cfab9f961e3.tar.gz
pkgrel: v0.27.1-2
* Add missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72ca04e7a20a..8c10f1846329 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyocd
pkgdesc = Python On Chip Debugger and programmer for ARM Cortex-M microcontrollers using CMSIS-DAP
pkgver = 0.27.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mbedmicro/pyocd
arch = any
license = Apache
@@ -15,6 +15,7 @@ pkgbase = pyocd
depends = python-pyusb
depends = python-pyaml
depends = python-six
+ depends = pylink
source = https://github.com/mbedmicro/pyOCD/archive/v0.27.1.tar.gz
sha512sums = 40ab16570053fa08cd6c28322c08af1c3b04bed7da6dd2d81414c85d3cca9dd8f6fad2ed4ab4a9ed7326ee39fc03475ce13246e2cfaa26506cd1ecde703aba3f
diff --git a/PKGBUILD b/PKGBUILD
index 80e62dfeb3f9..216790f1d0e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=pyocd
_pkgname=pyOCD
pkgver=0.27.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python On Chip Debugger and programmer for ARM Cortex-M microcontrollers using CMSIS-DAP"
url="https://github.com/mbedmicro/pyocd"
depends=('python'
@@ -15,6 +15,7 @@ depends=('python'
'python-pyusb'
'python-pyaml'
'python-six'
+ 'pylink'
)
optdepends=()
license=('Apache')