summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-08-28 23:15:44 +1000
committerMark Blakeney2022-08-28 23:15:44 +1000
commit61de664148cb65ec3561d85d802e52b858e02bf0 (patch)
treea091964457dc34baaabdad32bbd800664c16fecf
parent39ceb2762f070eb0c64b75e7e69a2186c7f86edb (diff)
downloadaur-61de664148cb65ec3561d85d802e52b858e02bf0.tar.gz
Update to 2.10.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af6d1b8352f6..c57e58623b31 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.3
+ pkgver = 2.10.4
pkgrel = 1
url = https://github.com/py-pdf/PyPDF2
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = python-pypdf2-2.10.3.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.10.3.tar.gz
- sha256sums = d39604aa50875fac7aad27cfa329a1d5ac360d4427e768eaa65a7a762f9e9249
+ source = python-pypdf2-2.10.4.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.10.4.tar.gz
+ sha256sums = e7cbae58a56129b2236c69d21d58a1504c42d5179c1944fddb1b9be48bdaf5d5
pkgname = python-pypdf2
diff --git a/PKGBUILD b/PKGBUILD
index 0069459fbd95..61ab86392833 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=PyPDF2
pkgname=python-pypdf2
-pkgver=2.10.3
+pkgver=2.10.4
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=('d39604aa50875fac7aad27cfa329a1d5ac360d4427e768eaa65a7a762f9e9249')
+sha256sums=('e7cbae58a56129b2236c69d21d58a1504c42d5179c1944fddb1b9be48bdaf5d5')
build() {
cd $_name-$pkgver