summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a0e6c8f4f74..f5ea60ab5d6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name="pypdf"
pkgname="python-$_name"
-pkgver=4.0.2
+pkgver=4.1.0
pkgrel=1
pkgdesc='Python library for manipulating pages of PDF files (v3+)'
arch=(any)
@@ -15,7 +15,7 @@ depends=(python)
conflicts=("python-pypdf2<1:2.12.1")
makedepends=(python-setuptools python-build python-installer python-wheel python-flit-core)
source=($pkgname-$pkgver.tar.gz::"$url/archive/$pkgver.tar.gz")
-sha256sums=('6d7d142f02fbc4402f87da4638d3484985b913085a89627656555e3ef06e0997')
+sha256sums=('9b2e646a3bf67d6072238e212008e598f27d7ab7d0014bf11df0a564a46ecb57')
build() {
cd $_name-$pkgver