diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index 8d3c51745d..9f84e4869e 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -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 " +short_desc="GNU Debugger" +maintainer="Anthony Iliopoulos " 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