summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrant Moyer2024-06-27 21:41:37 -0400
committerGrant Moyer2024-06-27 21:41:37 -0400
commit0c1b9f68ec75ab2f846cfed1036e38cd58c9e7a2 (patch)
treebc2afdab702f79a6443cbb5a6dd07ce04242dd40 /PKGBUILD
parentcb7533e89d24531891503c958a951758d566a34b (diff)
downloadaur-openocd-esp32-bin.tar.gz
Add openocd to provides array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e474f1595276..b518012aefe4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Grant Moyer <dev@grantmoyer.com>
pkgname=openocd-esp32-bin
pkgver=0.12.0_esp32_20240318
-pkgrel=2
+pkgrel=3
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=('libftdi-compat' 'libusb' 'hidapi')
-provides=('openocd-esp32')
+provides=('openocd' 'openocd-esp32')
conflicts=('openocd' 'openocd-esp32')
source=("https://github.com/espressif/openocd-esp32/releases/download/v${pkgver//_/-}/openocd-esp32-linux-amd64-${pkgver//_/-}.tar.gz")
sha256sums=('cf26c5cef4f6b04aa23cd2778675604e5a74a4ce4d8d17b854d05fbcb782d52c')