[arch-commits] Commit in avr-gdb/trunk (PKGBUILD)
Anatol Pomozov
anatolik at archlinux.org
Thu Mar 30 04:14:29 UTC 2017
Date: Thursday, March 30, 2017 @ 04:14:27
Author: anatolik
Revision: 220040
Guile 2.2 rebuild
Modified:
avr-gdb/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-30 03:13:13 UTC (rev 220039)
+++ PKGBUILD 2017-03-30 04:14:27 UTC (rev 220040)
@@ -8,12 +8,12 @@
_target=avr
pkgname=$_target-gdb
pkgver=7.12.1
-pkgrel=1
+pkgrel=2
pkgdesc='The GNU Debugger for AVR'
arch=(i686 x86_64)
url='http://www.gnu.org/software/gdb/'
license=(GPL3)
-depends=(python guile xz gdb-common)
+depends=(python guile2.0 xz gdb-common)
options=(!emptydirs)
source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
sha256sums=('4607680b973d3ec92c30ad029f1b7dbde3876869e6b3a117d8a7e90081113186'
@@ -34,6 +34,7 @@
--prefix=/usr \
--target=$_target \
--with-python=/usr/bin/python3 \
+ --with-guile=guile-2.0 \
--with-system-readline \
--with-system-gdbinit=/etc/gdb/gdbinit
More information about the arch-commits
mailing list