python3-pikepdf: update to 5.4.2.
This commit is contained in:
parent
cc7a9e793b
commit
976030b17b
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-pikepdf'
|
||||
pkgname=python3-pikepdf
|
||||
version=5.4.0
|
||||
version=5.4.2
|
||||
revision=1
|
||||
wrksrc="pikepdf-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -15,8 +15,12 @@ maintainer="Philipp David <pd@3b.pm>"
|
|||
license="MPL-2.0"
|
||||
homepage="https://github.com/pikepdf/pikepdf"
|
||||
distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
|
||||
checksum=d397a061959a5cd7d9869a381dda005eccfef59c33dd3eba6a8e19ce036168be
|
||||
checksum=8f3a056f7a5647c91fc0861e8ae011c6dd7ecdf6c622ff483739c74887fc3eaa
|
||||
|
||||
pre_check() {
|
||||
cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"
|
||||
}
|
||||
|
||||
post_check() {
|
||||
rm -r "$(cd build/lib* && pwd)/pikepdf.egg-info"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue