diff options
author | Flaviu Tamas | 2023-02-03 09:34:49 -0500 |
---|---|---|
committer | Flaviu Tamas | 2023-02-03 09:34:49 -0500 |
commit | 89220c62d5c2dba8d9d1646c9ebea0a76c5b5798 (patch) | |
tree | d0b7a8765811f5cb679c10fa4400a00ccef654f8 /PKGBUILD | |
parent | 67e0ca610748fc8687acb0f227c0c7724249f5d0 (diff) | |
download | aur-89220c62d5c2dba8d9d1646c9ebea0a76c5b5798.tar.gz |
Add libjlink dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,13 +9,13 @@ _pkgbase=openocd pkgname=openocd-git -pkgver=0.12.0.rc1.r59.g92169e9f5 +pkgver=0.12.0.r59.g0b6f53e94 pkgrel=1 pkgdesc="Debugging, in-system programming and boundary-scan testing for embedded target devices (git version)" arch=('i686' 'x86_64' 'arm' 'aarch64') url="http://openocd.org" license=('GPL') -depends=('libftdi-compat' 'libusb-compat' 'hidapi' 'libudev.so' 'capstone') +depends=('libftdi-compat' 'libusb-compat' 'hidapi' 'libudev.so' 'capstone' 'libjaylink') makedepends=('git' 'automake>=1.11' 'autoconf' 'libtool' 'tcl') options=(!strip) provides=('openocd') |