mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 17:43:51 +02:00
gdb: update to 8.1.1.
This commit is contained in:
parent
1abaa947b1
commit
efa52aed17
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue