summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-13 02:45:40 -0400
committerJames P. Harvey2018-10-13 02:55:42 -0400
commitfa4c3e6e2d613e4bbc2d42f51ce5438e1490b3dd (patch)
tree60b1001c5b5bfdcd3af0fe8de354648e783f5cce
parent962fa51b82475bf443706987e4c9bd4f3b75f2f2 (diff)
downloadaur-fa4c3e6e2d613e4bbc2d42f51ce5438e1490b3dd.tar.gz
Mirrored extra's changes from 7.12.1-2 to 7.12.1-3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77667d5026a3..072fc574e1f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gdb-trunk
pkgdesc = The GNU Debugger
- pkgver = 7.12.1.r90031.938ec663b8
+ pkgver = 7.12.1.r90066.4d5efb852b
pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = i686
@@ -20,14 +20,14 @@ pkgname = gdb-trunk
depends = ncurses
depends = expat
depends = xz
- depends = gdb-common=7.12.1.r90031.938ec663b8
+ depends = gdb-common=7.12.1.r90066.4d5efb852b
provides = gdb
conflicts = gdb
backup = etc/gdb/gdbinit
pkgname = gdb-trunk-common
depends = python
- depends = guile
+ depends = guile2.0
provides = gdb-common
conflicts = gdb-common
diff --git a/PKGBUILD b/PKGBUILD
index 6960fd713aaa..0534089a3bd2 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.12.1-2
+# * This PKGFILE as closely as possible matches extra's binutils 7.12.1-3
# * 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,7 +16,7 @@ pkgbase=gdb-trunk
# of gdb (for arm/avr/...)
pkgname=(gdb-trunk gdb-trunk-common)
_pkgname=binutils-gdb
-pkgver=7.12.1.r90031.938ec663b8
+pkgver=7.12.1.r90066.4d5efb852b
pkgrel=1
pkgdesc='The GNU Debugger'
arch=(i686 x86_64)
@@ -52,7 +52,7 @@ build() {
}
package_gdb-trunk-common() {
- depends=(python guile)
+ depends=(python guile2.0)
provides=(gdb-common)
conflicts=(gdb-common)