summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-13 02:44:38 -0400
committerJames P. Harvey2018-10-13 02:55:42 -0400
commit962fa51b82475bf443706987e4c9bd4f3b75f2f2 (patch)
tree036880b3e51ea6567991e63260c635b3d1561d1e
parentbc44852cbd00978479a44ba8f721c12e177aed3a (diff)
downloadaur-962fa51b82475bf443706987e4c9bd4f3b75f2f2.tar.gz
Mirrored extra's changes from 7.11.1-2 to 7.12.1-2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b682505142f..77667d5026a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gdb-trunk
pkgdesc = The GNU Debugger
- pkgver = 7.11.1.r88081.fc177366b0
+ pkgver = 7.12.1.r90031.938ec663b8
pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = i686
@@ -8,7 +8,7 @@ pkgbase = gdb-trunk
license = GPL3
makedepends = texinfo
makedepends = python
- makedepends = guile
+ makedepends = guile2.0
makedepends = ncurses
makedepends = expat
makedepends = xz
@@ -20,7 +20,7 @@ pkgname = gdb-trunk
depends = ncurses
depends = expat
depends = xz
- depends = gdb-common=7.11.1.r88081.fc177366b0
+ depends = gdb-common=7.12.1.r90031.938ec663b8
provides = gdb
conflicts = gdb
backup = etc/gdb/gdbinit
diff --git a/PKGBUILD b/PKGBUILD
index 4bb32f4c259a..6960fd713aaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Modifications to Use Git Master Source
# ======================================
# Maintainer: James Harvey <jamespharvey20@gmail.com>
-# * This PKGFILE as closely as possible matches extra's binutils 7.11.1-2
+# * This PKGFILE as closely as possible matches extra's binutils 7.12.1-2
# * Installs some things to /usr/$CHOST/... {/usr/x86_64-unknown-linux-gnu/...) rather than /usr/...
# * Investigating to determine if this is desired, or if they need to be moved
@@ -16,13 +16,13 @@ pkgbase=gdb-trunk
# of gdb (for arm/avr/...)
pkgname=(gdb-trunk gdb-trunk-common)
_pkgname=binutils-gdb
-pkgver=7.11.1.r88081.fc177366b0
+pkgver=7.12.1.r90031.938ec663b8
pkgrel=1
pkgdesc='The GNU Debugger'
arch=(i686 x86_64)
url='http://www.gnu.org/software/gdb/'
license=(GPL3)
-makedepends=(texinfo python guile ncurses expat xz git)
+makedepends=(texinfo python guile2.0 ncurses expat xz git)
source=(git+https://sourceware.org/git/binutils-gdb.git)
sha1sums=('SKIP')
@@ -45,6 +45,7 @@ build() {
./configure --prefix=/usr --disable-nls \
--with-system-readline \
--with-python=/usr/bin/python3 \
+ --with-guile=guile-2.0 \
--with-system-gdbinit=/etc/gdb/gdbinit \
--disable-binutils
make