Date: Sunday, February 26, 2023 @ 18:02:07 Author: anatolik Revision: 1405284
upgpkg: arm-none-eabi-gdb 13.1-1 Modified: arm-none-eabi-gdb/trunk/PKGBUILD Deleted: arm-none-eabi-gdb/trunk/readline8.patch -----------------+ PKGBUILD | 13 +++++-------- readline8.patch | 31 ------------------------------- 2 files changed, 5 insertions(+), 39 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-02-26 17:46:06 UTC (rev 1405283) +++ PKGBUILD 2023-02-26 18:02:07 UTC (rev 1405284) @@ -3,8 +3,8 @@ _target=arm-none-eabi pkgname=$_target-gdb -pkgver=12.1 -pkgrel=3 +pkgver=13.1 +pkgrel=1 pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target' arch=(x86_64) url='https://www.gnu.org/software/gdb/' @@ -13,16 +13,13 @@ makedepends=(boost) optdepends=('stlink: for debugging over STLINK') options=(!emptydirs) -source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig} - readline8.patch) -sha256sums=('0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed' - 'SKIP' - '89efbd1275e5f1e33122fa8da146cb48733b9637d119e3819eeeec063ec70da8') +source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig}) +sha256sums=('115ad5c18d69a6be2ab15882d365dda2a2211c14f480b3502c6eba576e2e95a0' + 'SKIP') validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker <[email protected]> build() { cd gdb-$pkgver - patch -Np1 -i ../readline8.patch mkdir -p build && cd build ../configure \ Deleted: readline8.patch =================================================================== --- readline8.patch 2023-02-26 17:46:06 UTC (rev 1405283) +++ readline8.patch 2023-02-26 18:02:07 UTC (rev 1405284) @@ -1,31 +0,0 @@ -commit 1add37b567a7dee39d99f37b37802034c3fce9c4 -Author: Andreas Schwab <[email protected]> -Date: Sun Mar 20 14:01:54 2022 +0100 - - Add support for readline 8.2 - - In readline 8.2 the type of rl_completer_word_break_characters changed to - include const. - -diff --git a/gdb/completer.c b/gdb/completer.c -index d3900ae2014..a51c16ac7f8 100644 ---- a/gdb/completer.c -+++ b/gdb/completer.c -@@ -36,7 +36,7 @@ - calling a hook instead so we eliminate the CLI dependency. */ - #include "gdbcmd.h" - --/* Needed for rl_completer_word_break_characters() and for -+/* Needed for rl_completer_word_break_characters and for - rl_filename_completion_function. */ - #include "readline/readline.h" - -@@ -2011,7 +2011,7 @@ gdb_completion_word_break_characters_throw () - rl_basic_quote_characters = NULL; - } - -- return rl_completer_word_break_characters; -+ return (char *) rl_completer_word_break_characters; - } - - char *
