summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Moyer2024-06-27 21:37:58 -0400
committerGrant Moyer2024-06-27 21:37:58 -0400
commitcb7533e89d24531891503c958a951758d566a34b (patch)
treed0e6a79a62ba4c1cd212f1b1cdeffc048ea7b4d5
parent1da64f65270aa90c72cd1ccd35a36dea735fbb5e (diff)
downloadaur-cb7533e89d24531891503c958a951758d566a34b.tar.gz
Add same dependencies as openocd package
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e4843c425f1..617ba3bbffda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,13 @@
pkgbase = openocd-esp32-bin
pkgdesc = OpenOCD branch with ESP32 JTAG support
pkgver = 0.12.0_esp32_20240318
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/espressif/openocd-esp32
arch = x86_64
license = GPL-2.0-or-later AND GFDL-1.2-no-invariants-or-later
+ depends = libftdi-compat
+ depends = libusb
+ depends = hidapi
provides = openocd-esp32
conflicts = openocd
conflicts = openocd-esp32
diff --git a/PKGBUILD b/PKGBUILD
index 2b20650713c3..e474f1595276 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Grant Moyer <dev@grantmoyer.com>
pkgname=openocd-esp32-bin
pkgver=0.12.0_esp32_20240318
-pkgrel=1
+pkgrel=2
pkgdesc='OpenOCD branch with ESP32 JTAG support'
arch=('x86_64')
url='https://github.com/espressif/openocd-esp32'
license=('GPL-2.0-or-later AND GFDL-1.2-no-invariants-or-later')
-depends=()
+depends=('libftdi-compat' 'libusb' 'hidapi')
provides=('openocd-esp32')
conflicts=('openocd' 'openocd-esp32')
source=("https://github.com/espressif/openocd-esp32/releases/download/v${pkgver//_/-}/openocd-esp32-linux-amd64-${pkgver//_/-}.tar.gz")