summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-09-12 07:11:32 +1000
committerMark Blakeney2022-09-12 07:11:32 +1000
commitb3badf6f3af93c1cb18349d85a0729f922f53445 (patch)
treed718e439800aca4e1764b65fc68a4a5e8adadea4
parent6189384b6e7f51d988707d9a2294acad1fb565fd (diff)
downloadaur-b3badf6f3af93c1cb18349d85a0729f922f53445.tar.gz
Update to 2.10.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abe1ce36927f..2416ea95687d 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.6
+ pkgver = 2.10.7
pkgrel = 1
url = https://github.com/py-pdf/PyPDF2
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = python-pypdf2-2.10.6.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.10.6.tar.gz
- sha256sums = 867ed5918a05df08f936caaa2a1a0ddd6df7ef23b7ade8cda7a376d25e1d007e
+ source = python-pypdf2-2.10.7.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.10.7.tar.gz
+ sha256sums = f78a2dc2075159662c857976dfb97127c00cff2622e3b54ac03588fb5d09b984
pkgname = python-pypdf2
diff --git a/PKGBUILD b/PKGBUILD
index 381fd3c950c3..b696c27fdb3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=PyPDF2
pkgname=python-pypdf2
-pkgver=2.10.6
+pkgver=2.10.7
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=('867ed5918a05df08f936caaa2a1a0ddd6df7ef23b7ade8cda7a376d25e1d007e')
+sha256sums=('f78a2dc2075159662c857976dfb97127c00cff2622e3b54ac03588fb5d09b984')
build() {
cd $_name-$pkgver