summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-12-23 08:53:25 +1000
committerMark Blakeney2022-12-23 08:53:25 +1000
commit5d0f460288b864597707642c7130a7c00496917c (patch)
tree39ae55f932b3e9aba42aba98fa513e19ab1fb562
parentcca68f2c653e5c3f57b9a447b18a8e4fa31730ce (diff)
downloadaur-5d0f460288b864597707642c7130a7c00496917c.tar.gz
Update to 3.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc8744f1c484..bec9828278f1 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.12.1
- pkgrel = 2
+ pkgver = 3.0.0
+ pkgrel = 1
url = https://github.com/py-pdf/PyPDF2
arch = any
license = BSD
@@ -11,7 +11,7 @@ pkgbase = python-pypdf2
makedepends = python-wheel
makedepends = python-flit-core
depends = python
- source = python-pypdf2-2.12.1.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.12.1.tar.gz
- sha256sums = 36c8ea47204ffafc8a3ed19fb2e89d8d82fef2ada5c9de018bde78e6bc508dd8
+ source = python-pypdf2-3.0.0.tar.gz::https://github.com/py-pdf/PyPDF2/archive/3.0.0.tar.gz
+ sha256sums = 25952ff26f08213d9e8aeb22543bef909ba2a5defe28942dd281881e76cc6630
pkgname = python-pypdf2
diff --git a/PKGBUILD b/PKGBUILD
index ac093f7b767e..b9df5323b827 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_name=PyPDF2
pkgname=python-pypdf2
-pkgver=2.12.1
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
pkgdesc='Python library for splitting, merging, cropping, and transforming pages of PDF files'
arch=(any)
url="https://github.com/py-pdf/$_name"
@@ -14,7 +14,7 @@ license=(BSD)
depends=(python)
makedepends=(python-setuptools python-build python-installer python-wheel python-flit-core)
source=($pkgname-$pkgver.tar.gz::"$url/archive/$pkgver.tar.gz")
-sha256sums=('36c8ea47204ffafc8a3ed19fb2e89d8d82fef2ada5c9de018bde78e6bc508dd8')
+sha256sums=('25952ff26f08213d9e8aeb22543bef909ba2a5defe28942dd281881e76cc6630')
build() {
cd $_name-$pkgver