Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
riscv64-linux-gnu-gdb
Commits:
f2c0557d by Antonio Rojas at 2025-12-24T13:18:42+01:00
upgpkg: 17.1-2: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = riscv64-linux-gnu-gdb
pkgdesc = The GNU Debugger for the 32bit and 64bit RISC-V target
- pkgver = 15.2
- pkgrel = 1
+ pkgver = 17.1
+ pkgrel = 2
url = https://www.gnu.org/software/gdb/
arch = x86_64
license = GPL3
@@ -16,10 +16,10 @@ pkgbase = riscv64-linux-gnu-gdb
depends = libelf
depends = source-highlight
options = !emptydirs
- source = https://ftp.gnu.org/gnu/gdb/gdb-15.2.tar.xz
- source = https://ftp.gnu.org/gnu/gdb/gdb-15.2.tar.xz.sig
+ source = https://ftp.gnu.org/gnu/gdb/gdb-17.1.tar.xz
+ source = https://ftp.gnu.org/gnu/gdb/gdb-17.1.tar.xz.sig
validpgpkeys = F40ADB902B24264AA42E50BF92EDB04BFF325CF3
- sha256sums =
83350ccd35b5b5a0cba6b334c41294ea968158c573940904f00b92f76345314d
+ sha256sums =
14996f5f74c9f68f5a543fdc45bca7800207f91f92aeea6c2e791822c7c6d876
sha256sums = SKIP
pkgname = riscv64-linux-gnu-gdb
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_target=riscv64-linux-gnu
pkgname=$_target-gdb
-pkgver=15.2
-pkgrel=1
+pkgver=17.1
+pkgrel=2
pkgdesc='The GNU Debugger for the 32bit and 64bit RISC-V target'
arch=(x86_64)
url='https://www.gnu.org/software/gdb/'
@@ -13,7 +13,7 @@ makedepends=(boost)
options=(!emptydirs)
source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
-sha256sums=('83350ccd35b5b5a0cba6b334c41294ea968158c573940904f00b92f76345314d'
+sha256sums=('14996f5f74c9f68f5a543fdc45bca7800207f91f92aeea6c2e791822c7c6d876'
'SKIP')
validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/riscv64-linux-gnu-gdb/-/commit/f2c0557d2676e773632708891720e339a43f7a52
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/riscv64-linux-gnu-gdb/-/commit/f2c0557d2676e773632708891720e339a43f7a52
You're receiving this email because of your account on gitlab.archlinux.org.