From 30a1a362f7b58d6fa84dccb8f403d264fd7270dd Mon Sep 17 00:00:00 2001 From: Anthony Iliopoulos Date: Thu, 26 Sep 2019 12:20:54 +0200 Subject: [PATCH] gdb: update to 8.3.1. --- srcpkgs/gdb/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index 8d3c51745d4..9f84e4869e9 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