Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / arm-none-eabi-gdb
Commits: 8fce7896 by Anatol Pomozov at 2024-02-27T14:28:11-08:00 upgpkg: 14.1-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,26 @@ +pkgbase = arm-none-eabi-gdb + pkgdesc = The GNU Debugger for the ARM EABI (bare-metal) target + pkgver = 14.1 + pkgrel = 1 + url = https://www.gnu.org/software/gdb/ + arch = x86_64 + license = GPL3 + makedepends = boost + depends = xz + depends = ncurses + depends = expat + depends = python + depends = guile + depends = gdb-common + depends = mpfr + depends = libelf + depends = source-highlight + optdepends = stlink: for debugging over STLINK + options = !emptydirs + source = https://ftp.gnu.org/gnu/gdb/gdb-14.1.tar.xz + source = https://ftp.gnu.org/gnu/gdb/gdb-14.1.tar.xz.sig + validpgpkeys = F40ADB902B24264AA42E50BF92EDB04BFF325CF3 + sha256sums = d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80 + sha256sums = SKIP + +pkgname = arm-none-eabi-gdb ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _target=arm-none-eabi pkgname=$_target-gdb -pkgver=13.2 +pkgver=14.1 pkgrel=1 pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target' arch=(x86_64) @@ -14,7 +14,7 @@ makedepends=(boost) optdepends=('stlink: for debugging over STLINK') options=(!emptydirs) source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig}) -sha256sums=('fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a' +sha256sums=('d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80' 'SKIP') validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker <brobec...@adacore.com> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-gdb/-/commit/8fce7896847e76afa2a05614bbd6fa5e8c3a09ee -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-gdb/-/commit/8fce7896847e76afa2a05614bbd6fa5e8c3a09ee You're receiving this email because of your account on gitlab.archlinux.org.