summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-12-24 07:18:39 +1000
committerMark Blakeney2022-12-24 07:18:39 +1000
commite137dfe392a01b483de859a0311190ed03703774 (patch)
tree7aa37704b808a50e6a940a715473cf360fbc8b3c
parentb622e7fe1bf66d26b3202d21b48ba0ed615ed1fb (diff)
downloadaur-e137dfe392a01b483de859a0311190ed03703774.tar.gz
Update to 3.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b5778d21243..1d14148ea061 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 = 3.0.0
- pkgrel = 2
+ pkgver = 3.1.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-3.0.0.tar.gz::https://github.com/py-pdf/PyPDF2/archive/3.0.0.tar.gz
- sha256sums = 1f7bfaa7d8e596a445fe0c990cbc7325fefe40b079816585aeacc6d169c82c24
+ source = python-pypdf2-3.1.0.tar.gz::https://github.com/py-pdf/PyPDF2/archive/3.1.0.tar.gz
+ sha256sums = 9c34f31b6a54076b779245f48ce25622a9b70f739c667e5e7bd1e19f207949e7
pkgname = python-pypdf2
diff --git a/PKGBUILD b/PKGBUILD
index f8e3045648a9..f6e9ea695ac4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,17 @@
# Contributor: Antonio Rojas <arojas@archlinux.org>
# Contributor: Francois Boulogne <fboulogne at april dot org>
-_name=PyPDF2
pkgname=python-pypdf2
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.1.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"
+url="https://github.com/py-pdf/PyPDF2"
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=('1f7bfaa7d8e596a445fe0c990cbc7325fefe40b079816585aeacc6d169c82c24')
+sha256sums=('9c34f31b6a54076b779245f48ce25622a9b70f739c667e5e7bd1e19f207949e7')
build() {
cd pypdf-$pkgver