summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordoragasu2021-01-08 17:10:50 +0100
committerdoragasu2021-01-08 17:11:39 +0100
commit97d12254870d30471c1dc97b4eb04d3734c537d1 (patch)
treef949e2367397067cd14a365143678373a1a50466
parentca28a9920c44c203ba2cf3f5e40fe6bb5e07470e (diff)
downloadaur-97d12254870d30471c1dc97b4eb04d3734c537d1.tar.gz
Update to version 10.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6f7e3817dd2..f9bf0e4c4176 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = m68k-elf-gdb
pkgdesc = The GNU Project Debugger (m68k-elf)
- pkgver = 9.1
+ pkgver = 10.1
pkgrel = 1
url = https://www.gnu.org/software/gdb/
arch = i686
arch = x86_64
license = GPL
- depends = m68k-elf-binutils>=2.29-1
+ depends = m68k-elf-binutils
depends = m68k-elf-gcc
depends = zlib
- depends = guile2.0
- 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
+ depends = guile
+ source = http://ftp.gnu.org/gnu/gdb/gdb-10.1.tar.xz
+ source = http://ftp.gnu.org/gnu/gdb/gdb-10.1.tar.xz.sig
validpgpkeys = F40ADB902B24264AA42E50BF92EDB04BFF325CF3
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0c518fbba739..b5abee234c58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,14 @@
_target=m68k-elf
_target_cpu=m68000
pkgname=${_target}-gdb
-pkgver=9.1
+pkgver=10.1
pkgrel=1
pkgdesc="The GNU Project Debugger (${_target})"
arch=('i686' 'x86_64')
license=('GPL')
url="https://www.gnu.org/software/gdb/"
-depends=("${_target}-binutils>=2.29-1" "${_target}-gcc" 'zlib' 'guile2.0')
+depends=("${_target}-binutils" "${_target}-gcc" 'zlib' 'guile')
+PKGEXT="pkg.tar.zst"
source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz"
"http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz.sig")
@@ -31,9 +32,6 @@ prepare() {
mkdir ${srcdir}/gdb-build
}
-# --with-cpu=${_target_cpu} \
-# --with-guile="guile-2.0"
-
build() {
cd ${srcdir}/gdb-build