summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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)