python3-drgn: update to 0.0.16.

This commit is contained in:
Leah Neukirchen 2021-12-25 17:51:03 +01:00
parent 68e8d9b110
commit 96fce99aba

View file

@ -1,7 +1,7 @@
# Template file for 'python3-drgn' # Template file for 'python3-drgn'
pkgname=python3-drgn pkgname=python3-drgn
version=0.0.14 version=0.0.16
revision=2 revision=1
wrksrc="drgn-${version}" wrksrc="drgn-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="automake libtool pkg-config python3-setuptools" hostmakedepends="automake libtool pkg-config python3-setuptools"
@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/osandov/drgn/" homepage="https://github.com/osandov/drgn/"
distfiles="https://github.com/osandov/drgn/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/osandov/drgn/archive/refs/tags/v${version}.tar.gz"
checksum=97088c7f32fcfbad0795159807e3290794cacc011228bd27e86510eb62e73bc3 checksum=8dee0e92babc456ecf9228dc5f5433ae78fb2d6215d035bef79f29afaecd4433
pre_build() { pre_build() {
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then