summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2018-10-13 02:46:35 -0400
committerJames P. Harvey2018-10-13 02:55:42 -0400
commite0609541b8bf6b185b428c42023ab950ccbf471f (patch)
treed1d60aa9fca0840ce52856be6bf5df16022f5df0
parentfa4c3e6e2d613e4bbc2d42f51ce5438e1490b3dd (diff)
downloadaur-e0609541b8bf6b185b428c42023ab950ccbf471f.tar.gz
Mirrored extra's changes from 7.12.1-3 to 8.0.1-1.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 072fc574e1f1..17aed0a63faa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = gdb-trunk
pkgdesc = The GNU Debugger
- pkgver = 7.12.1.r90066.4d5efb852b
+ pkgver = 8.0.1.r92431.be7f761188
pkgrel = 1
url = http://www.gnu.org/software/gdb/
- arch = i686
arch = x86_64
license = GPL3
makedepends = texinfo
@@ -20,7 +19,7 @@ pkgname = gdb-trunk
depends = ncurses
depends = expat
depends = xz
- depends = gdb-common=7.12.1.r90066.4d5efb852b
+ depends = gdb-common=8.0.1.r92431.be7f761188
provides = gdb
conflicts = gdb
backup = etc/gdb/gdbinit
diff --git a/PKGBUILD b/PKGBUILD
index 0534089a3bd2..fbce4745a53b 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-3
+# * This PKGFILE as closely as possible matches extra's binutils 8.0.1-1
# * 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,10 +16,10 @@ pkgbase=gdb-trunk
# of gdb (for arm/avr/...)
pkgname=(gdb-trunk gdb-trunk-common)
_pkgname=binutils-gdb
-pkgver=7.12.1.r90066.4d5efb852b
+pkgver=8.0.1.r92431.be7f761188
pkgrel=1
pkgdesc='The GNU Debugger'
-arch=(i686 x86_64)
+arch=(x86_64)
url='http://www.gnu.org/software/gdb/'
license=(GPL3)
makedepends=(texinfo python guile2.0 ncurses expat xz git)