summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-11-21 07:33:49 +1000
committerMark Blakeney2022-11-21 07:33:49 +1000
commite4b472acce0cc5e5afbf98962a579ef9b6aaa613 (patch)
treee726a4a80e26cad26c48143e252f16a9366c1e55
parent56a62eaa1cc239a9665246ebe6a3bee25eda2de5 (diff)
downloadaur-e4b472acce0cc5e5afbf98962a579ef9b6aaa613.tar.gz
Update to 2.11.2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2f13653b6a3..44f37c9e2f3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pypdf2
pkgdesc = Python library for splitting, merging, cropping, and transforming pages of PDF files
pkgver = 2.11.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/py-pdf/PyPDF2
arch = any
license = BSD
@@ -9,6 +9,7 @@ pkgbase = python-pypdf2
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-flit-core
depends = python
source = python-pypdf2-2.11.2.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.11.2.tar.gz
sha256sums = 06c56b265e1e893b89ddbfbdab27c4125efd3901eb094242a137ec40f2efb69c
diff --git a/PKGBUILD b/PKGBUILD
index 7a4a097acf7c..72ef88648dca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
_name=PyPDF2
pkgname=python-pypdf2
pkgver=2.11.2
-pkgrel=1
+pkgrel=2
pkgdesc='Python library for splitting, merging, cropping, and transforming pages of PDF files'
arch=(any)
url="https://github.com/py-pdf/$_name"