mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
gdb: update to 12.1.
This commit is contained in:
parent
421eecb4ff
commit
7c32447065
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gdb'
|
||||
pkgname=gdb
|
||||
version=11.1
|
||||
revision=2
|
||||
version=12.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
pycompile_dirs="/usr/share/gdb/python"
|
||||
configure_args="--disable-werror --disable-nls --with-system-readline
|
||||
|
@ -17,11 +17,11 @@ makedepends="expat-devel ncurses-devel readline-devel zlib-devel gmp-devel
|
|||
depends="gdb-common>=${version}_${revision}"
|
||||
checkdepends="dejagnu"
|
||||
short_desc="GNU Debugger"
|
||||
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||
maintainer="Duncaen <duncaen@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.gnu.org/software/gdb"
|
||||
distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz"
|
||||
checksum=cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94
|
||||
checksum=0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed
|
||||
make_check=extended # Tests take too long, not all of them pass.
|
||||
python_version=3
|
||||
patch_args="-Np1"
|
||||
|
|
Loading…
Add table
Reference in a new issue