[arch-commits] Commit in avr-gdb/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Wed Feb 24 17:26:36 UTC 2016


    Date: Wednesday, February 24, 2016 @ 18:26:35
  Author: anatolik
Revision: 163320

upgpkg: avr-gdb 7.11-1

Use python3

Modified:
  avr-gdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-24 17:26:12 UTC (rev 163319)
+++ PKGBUILD	2016-02-24 17:26:35 UTC (rev 163320)
@@ -7,16 +7,16 @@
 
 _target=avr
 pkgname=$_target-gdb
-pkgver=7.10.1
+pkgver=7.11
 pkgrel=1
 pkgdesc='The GNU Debugger for AVR'
 arch=(i686 x86_64)
 url='http://www.gnu.org/software/gdb/'
 license=(GPL3)
-depends=(python2 guile xz)
+depends=(python guile xz)
 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>
 
@@ -33,7 +33,7 @@
     --enable-languages=c,c++ \
     --prefix=/usr \
     --target=$_target \
-    --with-python=/usr/bin/python2 \
+    --with-python=/usr/bin/python3 \
     --with-system-readline \
     --with-system-gdbinit=/etc/gdb/gdbinit
 



More information about the arch-commits mailing list