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 0dfb6f630e9c..a16f62cf15a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=pypdf
pkgname=python-$_name
-pkgver=3.2.0
+pkgver=3.2.1
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=('fc8ee0b1f680f88d61098daa3cc4657e06d0401f2eee797dc3e39081a8913d79')
+sha256sums=('c221c4360b655269af3ef80966cff70fa9785fbe6356ff64005d25009d7ec699')
build() {
cd $_name-$pkgver