python3-drgn: update to 0.0.19.
This commit is contained in:
parent
0867f4b601
commit
5f3d8572ce
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-drgn'
|
# Template file for 'python3-drgn'
|
||||||
pkgname=python3-drgn
|
pkgname=python3-drgn
|
||||||
version=0.0.18
|
version=0.0.19
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="drgn-${version}"
|
wrksrc="drgn-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -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=78ccda96ba77f453174e462ee77fda1c86188c81ee3f02d307a83a778df9f1fd
|
checksum=5ed9049f5a257c342eb8fb8e2c7276b1baf1e9109ff0d9677a0990990c7afa4d
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
|
Loading…
Reference in New Issue