python3-PyPDF2: update to 2.11.1.
This commit is contained in:
parent
509ed64a47
commit
a7c408dbc5
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'python3-PyPDF2'
|
||||
pkgname=python3-PyPDF2
|
||||
version=2.4.1
|
||||
version=2.11.1
|
||||
revision=1
|
||||
_sample_files_gitrev=4d24ff93dcddf21d55d028d9675d5b5bf9d7a350
|
||||
_sample_files_gitrev=fee1d72f36bfb73fec831a1cc6de273510a306a6
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="PyPDF2-${version}"
|
||||
build_style=python3-module
|
||||
|
@ -13,11 +13,11 @@ short_desc="PDF library for splitting, merging, cropping, and transforming pages
|
|||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://pypdf2.readthedocs.io/en/latest/"
|
||||
changelog="https://raw.githubusercontent.com/py-pdf/PyPDF2/main/CHANGELOG"
|
||||
changelog="https://raw.githubusercontent.com/py-pdf/PyPDF2/main/CHANGELOG.md"
|
||||
distfiles="https://github.com/py-pdf/PyPDF2/archive/refs/tags/${version}.tar.gz
|
||||
https://github.com/py-pdf/sample-files/archive/${_sample_files_gitrev}.tar.gz"
|
||||
checksum="ec3b2792744c2bac3a51e1e3646b491e3b9374575e0e9361fcb4ec6756fb2061
|
||||
04257ac9185da140a3463e1efd049ffe1ad2a9a8224375c13f2b5aec02f4f672"
|
||||
checksum="a4e323120adc5103d53c370782bfc86381143ea7b69e9213eb1263c7aaf39df8
|
||||
24e5b1edaf78628f5267d4aed241795f3f1143e7fa0934f80be02a6c802296d7"
|
||||
|
||||
post_extract() {
|
||||
rmdir ${build_wrksrc}/sample-files
|
||||
|
|
Loading…
Reference in New Issue