[arch-commits] Commit in arm-none-eabi-gdb/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Mar 25 10:09:47 UTC 2018


    Date: Sunday, March 25, 2018 @ 10:09:46
  Author: bpiotrowski
Revision: 312540

8.1-2: remove external optdepends

Modified:
  arm-none-eabi-gdb/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-25 10:07:55 UTC (rev 312539)
+++ PKGBUILD	2018-03-25 10:09:46 UTC (rev 312540)
@@ -5,14 +5,13 @@
 _target=arm-none-eabi
 pkgname=$_target-gdb
 pkgver=8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
 arch=(x86_64)
 url='http://www.gnu.org/software/gdb/'
 license=(GPL3)
 depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
-optdepends=('openocd: for debugging JTAG targets'
-            'stlink: for debugging over STLINK')
+optdepends=('stlink: for debugging over STLINK')
 options=(!emptydirs)
 source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 sha256sums=('af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34'



More information about the arch-commits mailing list