ugdb: update to 0.1.9.

This commit is contained in:
Érico Rolim 2020-11-29 03:05:53 -03:00 committed by Érico Nogueira Rolim
parent c0e0c035f6
commit 06bac62ddf

View file

@ -1,6 +1,6 @@
# Template file for 'ugdb' # Template file for 'ugdb'
pkgname=ugdb pkgname=ugdb
version=0.1.8 version=0.1.9
revision=1 revision=1
build_style=cargo build_style=cargo
short_desc="Alternative TUI for gdb" short_desc="Alternative TUI for gdb"
@ -8,11 +8,7 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
license="MIT" license="MIT"
homepage="https://github.com/ftilde/ugdb" homepage="https://github.com/ftilde/ugdb"
distfiles="${homepage}/archive/${version}.tar.gz" distfiles="${homepage}/archive/${version}.tar.gz"
checksum=000a0d1bcc848332d5786ca9c37fcba0ead5d5cf33b39ba7620fe3fd9e530b9c checksum=c96925da24fa684f6b22f1fee90a83d34c69be0466ae2fd7fa96cd5af7e903a1
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="nix-0.8.1 and nix-0.7.0 fail to build";;
esac
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE