diff --git a/srcpkgs/gdb/template b/srcpkgs/gdb/template index b4ddcd37c8f..93f09392f7a 100644 --- a/srcpkgs/gdb/template +++ b/srcpkgs/gdb/template @@ -1,7 +1,7 @@ # Template file for 'gdb' pkgname=gdb -version=8.1 -revision=2 +version=8.1.1 +revision=1 patch_args="-Np1" build_style=gnu-configure pycompile_dirs="/usr/share/gdb" @@ -13,10 +13,10 @@ 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="Juan RP " -homepage="http://www.gnu.org/software/gdb/" -license="GPL-3" -distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz" -checksum=af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34 +license="GPL-3.0-or-later" +homepage="https://www.gnu.org/software/gdb/" +distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" +checksum=97dcc3169bd430270fc29adb65145846a58c1b55cdbb73382a4a89307bdad03c if [ "${CROSS_BUILD}" ]; then # Make python2.7 detection work in cross builds