summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17aed0a63faa..ae55b6073f1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gdb-trunk
pkgdesc = The GNU Debugger
- pkgver = 8.0.1.r92431.be7f761188
+ pkgver = 8.1.r93217.35f48e217a
pkgrel = 1
url = http://www.gnu.org/software/gdb/
arch = x86_64
@@ -19,7 +19,8 @@ pkgname = gdb-trunk
depends = ncurses
depends = expat
depends = xz
- depends = gdb-common=8.0.1.r92431.be7f761188
+ depends = mpfr
+ depends = gdb-common=8.1.r93217.35f48e217a
provides = gdb
conflicts = gdb
backup = etc/gdb/gdbinit
diff --git a/PKGBUILD b/PKGBUILD
index fbce4745a53b..e46133d8b6fe 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 8.0.1-1
+# * This PKGFILE as closely as possible matches extra's binutils 8.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,7 +16,7 @@ pkgbase=gdb-trunk
# of gdb (for arm/avr/...)
pkgname=(gdb-trunk gdb-trunk-common)
_pkgname=binutils-gdb
-pkgver=8.0.1.r92431.be7f761188
+pkgver=8.1.r93217.35f48e217a
pkgrel=1
pkgdesc='The GNU Debugger'
arch=(x86_64)
@@ -63,7 +63,7 @@ package_gdb-trunk-common() {
}
package_gdb-trunk() {
- depends=(ncurses expat xz gdb-common=$pkgver)
+ depends=(ncurses expat xz mpfr gdb-common=$pkgver)
backup=(etc/gdb/gdbinit)
provides=(gdb)
conflicts=(gdb)