python3-pikepdf: update to 6.2.0.

This commit is contained in:
Philipp David 2022-10-09 15:20:56 +02:00 committed by classabbyamp
parent 1edad4f7c9
commit 019d42af2f

View file

@ -1,6 +1,6 @@
# Template file for 'python3-pikepdf' # Template file for 'python3-pikepdf'
pkgname=python3-pikepdf pkgname=python3-pikepdf
version=6.0.0.post2 version=6.2.0
revision=1 revision=1
wrksrc="pikepdf-${version}" wrksrc="pikepdf-${version}"
build_style=python3-module build_style=python3-module
@ -16,7 +16,7 @@ license="MPL-2.0"
homepage="https://github.com/pikepdf/pikepdf" homepage="https://github.com/pikepdf/pikepdf"
changelog="https://raw.githubusercontent.com/pikepdf/pikepdf/master/docs/releasenotes/version${version%%.*}.rst" changelog="https://raw.githubusercontent.com/pikepdf/pikepdf/master/docs/releasenotes/version${version%%.*}.rst"
distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pikepdf/pikepdf-${version}.tar.gz"
checksum=dae409c6434151498afc78e5fa636396b48e8a49dc46456012fc4917a0870078 checksum=7a6731d19c338ecf98159fa9989eaffbb15b9c25c6eef366a0c5b2a68c299849
pre_check() { pre_check() {
cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)" cp -r src/pikepdf.egg-info "$(cd build/lib* && pwd)"