gdb: update to 8.1.1.

This commit is contained in:
maxice8 2018-07-31 16:48:27 -03:00
parent 1abaa947b1
commit efa52aed17

View file

@ -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 <xtraeme@voidlinux.eu>"
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