Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / riscv64-elf-gdb
Commits: 12ffa80c by Antonio Rojas at 2024-04-06T00:19:18+02:00 upgpkg: 14.2-1: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,25 @@ +pkgbase = riscv64-elf-gdb + pkgdesc = The GNU Debugger for the RISCV64 (bare-metal) target + pkgver = 14.2 + 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 + options = !emptydirs + source = https://ftp.gnu.org/gnu/gdb/gdb-14.2.tar.xz + source = https://ftp.gnu.org/gnu/gdb/gdb-14.2.tar.xz.sig + validpgpkeys = F40ADB902B24264AA42E50BF92EDB04BFF325CF3 + sha512sums = 7e07941f1fe661288cc571b4964012ceabc1760624fce20320db2f470c01439b2386f859b5288da13204b758e2e3b22a74c68c012178db93b9529b06f1e22ede + sha512sums = SKIP + +pkgname = riscv64-elf-gdb ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ _target=riscv64-elf pkgname=$_target-gdb -pkgver=13.1 -pkgrel=2 +pkgver=14.2 +pkgrel=1 pkgdesc='The GNU Debugger for the RISCV64 (bare-metal) target' arch=(x86_64) url='https://www.gnu.org/software/gdb/' @@ -14,7 +14,7 @@ depends=(xz ncurses expat python guile gdb-common mpfr libelf source-highlight) makedepends=(boost) options=(!emptydirs) source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig}) -sha512sums=('e65054ffbc0357eeed4b17e1edc5ef45aa73c9ddf3b1210651e3d859576e27c1d27b266800fe26328eda58857455ccd8632f4000cfc5f63f90854096290187ca' +sha512sums=('7e07941f1fe661288cc571b4964012ceabc1760624fce20320db2f470c01439b2386f859b5288da13204b758e2e3b22a74c68c012178db93b9529b06f1e22ede' 'SKIP') validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/riscv64-elf-gdb/-/commit/12ffa80ca518fd778b3553c07df56661f2792ec7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/riscv64-elf-gdb/-/commit/12ffa80ca518fd778b3553c07df56661f2792ec7 You're receiving this email because of your account on gitlab.archlinux.org.
