Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / ppc64le-elf-gdb
Commits: b59df6a7 by Antonio Rojas at 2024-04-05T23:19:10+02:00 upgpkg: 14.2-2: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,25 @@ +pkgbase = ppc64le-elf-gdb + pkgdesc = The GNU Debugger for the PowerPC 64 LE (bare-metal) target + pkgver = 14.2 + pkgrel = 2 + 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 = ppc64le-elf-gdb ===================================== PKGBUILD ===================================== @@ -4,8 +4,8 @@ _target=ppc64le-elf pkgname=$_target-gdb -pkgver=13.2 -pkgrel=1 +pkgver=14.2 +pkgrel=2 pkgdesc='The GNU Debugger for the PowerPC 64 LE (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=('8185d3e11ab60dafff5860a5016577bfe7dd7547ef01ebc867bc247603d82b74ff74c4f29492c7d2aee57076f52be33e289f4c6b414a4b870d4b3004909f4c34' +sha512sums=('7e07941f1fe661288cc571b4964012ceabc1760624fce20320db2f470c01439b2386f859b5288da13204b758e2e3b22a74c68c012178db93b9529b06f1e22ede' 'SKIP') validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker <[email protected]> View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ppc64le-elf-gdb/-/commit/b59df6a72cfb54395d40fa29c271d1ec0f7c933f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ppc64le-elf-gdb/-/commit/b59df6a72cfb54395d40fa29c271d1ec0f7c933f You're receiving this email because of your account on gitlab.archlinux.org.
