python3-pwntools: update to 4.10.0.
This commit is contained in:
parent
dd9518b1d9
commit
59d70a5042
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pwntools'
|
||||
pkgname=python3-pwntools
|
||||
version=4.9.0
|
||||
version=4.10.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -16,8 +16,8 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="MIT, BSD-2-Clause"
|
||||
homepage="https://github.com/Gallopsled/pwntools"
|
||||
distfiles="${PYPI_SITE}/p/pwntools/pwntools-${version}.tar.gz"
|
||||
checksum=eea67d182f9170488392998d9b2f1debb75889380505501f07707645fac7e712
|
||||
#make_check=no # needs unpackaged rpyc
|
||||
checksum=588e89ea678527c0b5b6caeeee7e76e31352e78e2f1cf3dda7bc9acf526e446d
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
rm -f ${DESTDIR}/usr/lib/python*/site-packages/*.md
|
||||
|
|
Loading…
Reference in New Issue