python3-macholib: update to 1.14.
This commit is contained in:
parent
df1c040d63
commit
2956077919
1 changed files with 3 additions and 4 deletions
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'python3-macholib'
|
||||
pkgname=python3-macholib
|
||||
version=1.11
|
||||
revision=2
|
||||
version=1.14
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="macholib-${version}"
|
||||
build_style=python3-module
|
||||
pycompile_module="macholib"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-altgraph python3-setuptools"
|
||||
short_desc="Python3 module for Mach-O header analysis and editing"
|
||||
|
@ -13,7 +12,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/erocarrera/pefile"
|
||||
distfiles="${PYPI_SITE}/m/macholib/macholib-${version}.tar.gz"
|
||||
checksum=c4180ffc6f909bf8db6cd81cff4b6f601d575568f4d5dee148c830e9851eb9db
|
||||
checksum=0c436bc847e7b1d9bda0560351bf76d7caf930fb585a828d13608839ef42c432
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue