summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-08-16 07:27:42 +1000
committerMark Blakeney2022-08-16 07:27:42 +1000
commit03cb377847baf45cbe09cdff3f1ec3ff26b58c93 (patch)
tree824c30f586d15f255e1bd7648359ccbd65cccb77
parent0fdf931ecafe4268a2c71787ba346421728937e9 (diff)
downloadaur-03cb377847baf45cbe09cdff3f1ec3ff26b58c93.tar.gz
Update to 2.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fb8d662ca33..16e1e68dd1cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pypdf2
pkgdesc = Python library for splitting, merging, cropping, and transforming pages of PDF files
- pkgver = 2.10.1
+ pkgver = 2.10.2
pkgrel = 1
url = https://github.com/py-pdf/PyPDF2
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = python-pypdf2-2.10.1.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.10.1.tar.gz
- sha256sums = 2df502886bebedd00127004f203c7720724c6dbfc63075a12399cf1f8d3c0dab
+ source = python-pypdf2-2.10.2.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.10.2.tar.gz
+ sha256sums = ad6ec3dd2737d80be6fafce15213bed394f73b2dcaefe9154a2585a92f2adcf1
pkgname = python-pypdf2
diff --git a/PKGBUILD b/PKGBUILD
index 076135fcd76c..d5c0fefea212 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=PyPDF2
pkgname=python-pypdf2
-pkgver=2.10.1
+pkgver=2.10.2
pkgrel=1
pkgdesc='Python library for splitting, merging, cropping, and transforming pages of PDF files'
arch=(any)
@@ -14,7 +14,7 @@ license=(BSD)
depends=(python)
makedepends=(python-setuptools)
source=($pkgname-$pkgver.tar.gz::"https://github.com/py-pdf/$_name/archive/$pkgver.tar.gz")
-sha256sums=('2df502886bebedd00127004f203c7720724c6dbfc63075a12399cf1f8d3c0dab')
+sha256sums=('ad6ec3dd2737d80be6fafce15213bed394f73b2dcaefe9154a2585a92f2adcf1')
build() {
cd $_name-$pkgver