summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent962fa51b82475bf443706987e4c9bd4f3b75f2f2 (diff)
downloadaur-fa4c3e6e2d613e4bbc2d42f51ce5438e1490b3dd.tar.gz
Mirrored extra's changes from 7.12.1-2 to 7.12.1-3.
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)