summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordoragasu2020-04-24 12:00:40 +0200
committerdoragasu2020-04-24 12:00:40 +0200
commitca28a9920c44c203ba2cf3f5e40fe6bb5e07470e (patch)
tree41ec39c3da401991bbf193d9d0e349bb1d26da61
parentd2c52e49d63eefea99b89fe7a10d75d114ce04c6 (diff)
downloadaur-ca28a9920c44c203ba2cf3f5e40fe6bb5e07470e.tar.gz
Update to version 9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e1a7bc2229a..b6f7e3817dd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = m68k-elf-gdb
pkgdesc = The GNU Project Debugger (m68k-elf)
- pkgver = 8.3
+ pkgver = 9.1
pkgrel = 1
url = https://www.gnu.org/software/gdb/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = m68k-elf-gdb
depends = m68k-elf-gcc
depends = zlib
depends = guile2.0
- source = http://ftp.gnu.org/gnu/gdb/gdb-8.3.tar.xz
- source = http://ftp.gnu.org/gnu/gdb/gdb-8.3.tar.xz.sig
+ source = http://ftp.gnu.org/gnu/gdb/gdb-9.1.tar.xz
+ source = http://ftp.gnu.org/gnu/gdb/gdb-9.1.tar.xz.sig
validpgpkeys = F40ADB902B24264AA42E50BF92EDB04BFF325CF3
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0a643d02f427..0c518fbba739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_target=m68k-elf
_target_cpu=m68000
pkgname=${_target}-gdb
-pkgver=8.3
+pkgver=9.1
pkgrel=1
pkgdesc="The GNU Project Debugger (${_target})"
arch=('i686' 'x86_64')
@@ -31,14 +31,16 @@ prepare() {
mkdir ${srcdir}/gdb-build
}
+# --with-cpu=${_target_cpu} \
+# --with-guile="guile-2.0"
+
build() {
cd ${srcdir}/gdb-build
../gdb-${pkgver}/configure --prefix=/usr \
--target=${_target} \
--disable-multilib \
- --with-cpu=${_target_cpu} \
- --with-guile="guile-2.0"
+ --with-cpu=${_target_cpu}
make
}