summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-12-11 12:58:28 +1000
committerMark Blakeney2022-12-11 12:58:28 +1000
commitcca68f2c653e5c3f57b9a447b18a8e4fa31730ce (patch)
tree04bc437282b07bafe867a3004bd5e4b37b48cb64
parentacd0eb070fe725c7ea062ed0399aba72d403fee4 (diff)
downloadaur-cca68f2c653e5c3f57b9a447b18a8e4fa31730ce.tar.gz
Update to 2.12.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44f37c9e2f3d..cc8744f1c484 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pypdf2
pkgdesc = Python library for splitting, merging, cropping, and transforming pages of PDF files
- pkgver = 2.11.2
+ pkgver = 2.12.1
pkgrel = 2
url = https://github.com/py-pdf/PyPDF2
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-pypdf2
makedepends = python-wheel
makedepends = python-flit-core
depends = python
- source = python-pypdf2-2.11.2.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.11.2.tar.gz
- sha256sums = 06c56b265e1e893b89ddbfbdab27c4125efd3901eb094242a137ec40f2efb69c
+ source = python-pypdf2-2.12.1.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.12.1.tar.gz
+ sha256sums = 36c8ea47204ffafc8a3ed19fb2e89d8d82fef2ada5c9de018bde78e6bc508dd8
pkgname = python-pypdf2
diff --git a/PKGBUILD b/PKGBUILD
index d97e1f803b07..ac093f7b767e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=PyPDF2
pkgname=python-pypdf2
-pkgver=2.11.2
+pkgver=2.12.1
pkgrel=2
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 python-build python-installer python-wheel python-flit-core)
source=($pkgname-$pkgver.tar.gz::"$url/archive/$pkgver.tar.gz")
-sha256sums=('06c56b265e1e893b89ddbfbdab27c4125efd3901eb094242a137ec40f2efb69c')
+sha256sums=('36c8ea47204ffafc8a3ed19fb2e89d8d82fef2ada5c9de018bde78e6bc508dd8')
build() {
cd $_name-$pkgver