Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / riscv32-elf-gdb
Commits: ef835bf0 by Antonio Rojas at 2024-04-05T23:27:51+02:00 upgpkg: 13.1-3: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,25 @@ +pkgbase = riscv32-elf-gdb + pkgdesc = The GNU Debugger for the RISCV32 (bare-metal) target + pkgver = 13.1 + pkgrel = 3 + 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-13.1.tar.xz + source = https://ftp.gnu.org/gnu/gdb/gdb-13.1.tar.xz.sig + validpgpkeys = F40ADB902B24264AA42E50BF92EDB04BFF325CF3 + sha512sums = e65054ffbc0357eeed4b17e1edc5ef45aa73c9ddf3b1210651e3d859576e27c1d27b266800fe26328eda58857455ccd8632f4000cfc5f63f90854096290187ca + sha512sums = SKIP + +pkgname = riscv32-elf-gdb ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _target=riscv32-elf pkgname=$_target-gdb pkgver=13.1 -pkgrel=2 +pkgrel=3 pkgdesc='The GNU Debugger for the RISCV32 (bare-metal) target' arch=(x86_64) url='https://www.gnu.org/software/gdb/' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/riscv32-elf-gdb/-/commit/ef835bf0406823f8f7040605de84fc99b7c999a7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/riscv32-elf-gdb/-/commit/ef835bf0406823f8f7040605de84fc99b7c999a7 You're receiving this email because of your account on gitlab.archlinux.org.
