summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0475a6eb703f..87bf1aa0bda7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openocd-esp32
pkgdesc = Fork of OpenOCD that has ESP32 support
pkgver = .00778.g256cc646
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/espressif/openocd-esp32
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index bc2ca31e06cf..60032f3604f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=openocd-esp32
pkgver=.00778.g256cc646
-pkgrel=1
+pkgrel=2
pkgdesc='Fork of OpenOCD that has ESP32 support'
arch=('i686' 'x86_64' 'arm')
url='https://github.com/espressif/openocd-esp32'
@@ -49,7 +49,7 @@ build() {
./bootstrap
./configure \
--prefix=/usr \
- --program-prefix=${pkgname%openocd} \
+ --program-suffix=-esp32 \
--disable-werror \
--with-gnu-ld