gdb: update to 8.3.1.
This commit is contained in:
parent
20fd510bf9
commit
bb995b3291
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'gdb'
|
||||
pkgname=gdb
|
||||
version=8.3
|
||||
version=8.3.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
pycompile_dirs="/usr/share/gdb"
|
||||
|
@ -10,12 +10,12 @@ configure_args="--disable-werror --disable-nls --with-system-readline
|
|||
$(vopt_if python --with-python=/usr/bin/python3)"
|
||||
hostmakedepends="perl $(vopt_if python python3-devel)"
|
||||
makedepends="ncurses-devel zlib-devel readline-devel expat-devel $(vopt_if python 'python3-devel gettext-libs')"
|
||||
short_desc="The GNU Debugger"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
short_desc="GNU Debugger"
|
||||
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://www.gnu.org/software/gdb/"
|
||||
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||
checksum=802f7ee309dcc547d65a68d61ebd6526762d26c3051f52caebe2189ac1ffd72e
|
||||
checksum=1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4
|
||||
patch_args="-Np1"
|
||||
|
||||
if [ "${CROSS_BUILD}" ]; then
|
||||
|
|
Loading…
Reference in a new issue