summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-08-15 23:20:30 +1000
committerMark Blakeney2022-08-15 23:20:30 +1000
commit0fdf931ecafe4268a2c71787ba346421728937e9 (patch)
treee3b9acf7aeae017b236076a0346912ac9e933a95
parent74440a03c74f403d5303a359d32531898eb7c87f (diff)
downloadaur-0fdf931ecafe4268a2c71787ba346421728937e9.tar.gz
Update to 2.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7402bb4cfc11..2fb8d662ca33 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.0
+ pkgver = 2.10.1
pkgrel = 1
url = https://github.com/py-pdf/PyPDF2
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = python-pypdf2-2.10.0.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.10.0.tar.gz
- sha256sums = 91ecc13d29a1fa7166108ca829664d66b45fe2f01068485fd22563ad7f12a261
+ source = python-pypdf2-2.10.1.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.10.1.tar.gz
+ sha256sums = 2df502886bebedd00127004f203c7720724c6dbfc63075a12399cf1f8d3c0dab
pkgname = python-pypdf2
diff --git a/PKGBUILD b/PKGBUILD
index 70a58d1dbcd1..076135fcd76c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=PyPDF2
pkgname=python-pypdf2
-pkgver=2.10.0
+pkgver=2.10.1
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=('91ecc13d29a1fa7166108ca829664d66b45fe2f01068485fd22563ad7f12a261')
+sha256sums=('2df502886bebedd00127004f203c7720724c6dbfc63075a12399cf1f8d3c0dab')
build() {
cd $_name-$pkgver