summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-09-10 09:13:50 +1000
committerMark Blakeney2022-09-10 09:13:50 +1000
commit6189384b6e7f51d988707d9a2294acad1fb565fd (patch)
tree41eef9ea6a74adb2580a48bc53e09833568627b8
parent26aad4e7f57a95a7be80fcada683c30bff03f2cf (diff)
downloadaur-6189384b6e7f51d988707d9a2294acad1fb565fd.tar.gz
Update to 2.10.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98c75560e017..abe1ce36927f 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.5
+ pkgver = 2.10.6
pkgrel = 1
url = https://github.com/py-pdf/PyPDF2
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = python-pypdf2-2.10.5.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.10.5.tar.gz
- sha256sums = f01eab635fab3ecf4647b9fbaa8a7f2d9b4cd82deed233193cfe26609c801077
+ source = python-pypdf2-2.10.6.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.10.6.tar.gz
+ sha256sums = 867ed5918a05df08f936caaa2a1a0ddd6df7ef23b7ade8cda7a376d25e1d007e
pkgname = python-pypdf2
diff --git a/PKGBUILD b/PKGBUILD
index fceaf0bb986e..381fd3c950c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=PyPDF2
pkgname=python-pypdf2
-pkgver=2.10.5
+pkgver=2.10.6
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=('f01eab635fab3ecf4647b9fbaa8a7f2d9b4cd82deed233193cfe26609c801077')
+sha256sums=('867ed5918a05df08f936caaa2a1a0ddd6df7ef23b7ade8cda7a376d25e1d007e')
build() {
cd $_name-$pkgver