summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrant Moyer2024-06-27 21:41:37 -0400
committerGrant Moyer2024-06-27 21:41:37 -0400
commit0c1b9f68ec75ab2f846cfed1036e38cd58c9e7a2 (patch)
treebc2afdab702f79a6443cbb5a6dd07ce04242dd40
parentcb7533e89d24531891503c958a951758d566a34b (diff)
downloadaur-0c1b9f68ec75ab2f846cfed1036e38cd58c9e7a2.tar.gz
Add openocd to provides array
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 617ba3bbffda..5b3bf2392dcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = openocd-esp32-bin
pkgdesc = OpenOCD branch with ESP32 JTAG support
pkgver = 0.12.0_esp32_20240318
- pkgrel = 2
+ pkgrel = 3
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
provides = openocd-esp32
conflicts = openocd
conflicts = openocd-esp32
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')