mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gdb: update to 13.1.
This commit is contained in:
parent
155b4e0c55
commit
b4ff2bf1ef
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gdb'
|
# Template file for 'gdb'
|
||||||
pkgname=gdb
|
pkgname=gdb
|
||||||
version=12.1
|
version=13.1
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
pycompile_dirs="/usr/share/gdb/python"
|
pycompile_dirs="/usr/share/gdb/python"
|
||||||
configure_args="--disable-werror --disable-nls --with-system-readline
|
configure_args="--disable-werror --disable-nls --with-system-readline
|
||||||
|
@ -21,10 +21,9 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://www.gnu.org/software/gdb"
|
homepage="https://www.gnu.org/software/gdb"
|
||||||
distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
|
distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
|
||||||
checksum=0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed
|
checksum=115ad5c18d69a6be2ab15882d365dda2a2211c14f480b3502c6eba576e2e95a0
|
||||||
make_check=extended # Tests take too long, not all of them pass.
|
make_check=extended # Tests take too long, not all of them pass.
|
||||||
python_version=3
|
|
||||||
patch_args="-Np1"
|
|
||||||
ignore_elf_files="
|
ignore_elf_files="
|
||||||
/usr/share/gdb/guile/gdb/support.go
|
/usr/share/gdb/guile/gdb/support.go
|
||||||
/usr/share/gdb/guile/gdb/experimental.go
|
/usr/share/gdb/guile/gdb/experimental.go
|
||||||
|
|
Loading…
Add table
Reference in a new issue