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

Anatol Pomozov anatolik at archlinux.org
Wed Feb 24 17:30:34 UTC 2016


    Date: Wednesday, February 24, 2016 @ 18:30:33
  Author: anatolik
Revision: 163322

upgpkg: arm-none-eabi-gdb 7.11-1

Use python3

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

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-24 17:27:07 UTC (rev 163321)
+++ PKGBUILD	2016-02-24 17:30:33 UTC (rev 163322)
@@ -4,18 +4,18 @@
 
 _target=arm-none-eabi
 pkgname=$_target-gdb
-pkgver=7.10.1
+pkgver=7.11
 pkgrel=1
 pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
 arch=(i686 x86_64)
 url='http://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(xz ncurses expat python2 guile)
+depends=(xz ncurses expat python guile)
 optdepends=('openocd: for debugging JTAG targets'
             'stlink: for debugging over STLINK')
 options=(!emptydirs)
 source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha256sums=('25c72f3d41c7c8554d61cacbeacd5f40993276d2ccdec43279ac546e3993d6d5'
+sha256sums=('7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1'
             'SKIP')
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker <brobecker at adacore.com>
 
@@ -35,7 +35,7 @@
     --enable-interwork \
     --with-system-readline \
     --disable-nls \
-    --with-python=/usr/bin/python2 \
+    --with-python=/usr/bin/python3 \
     --with-system-gdbinit=/etc/gdb/gdbinit
 
   make



More information about the arch-commits mailing list