summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-07-22 07:26:48 +1000
committerMark Blakeney2022-07-22 07:26:48 +1000
commit9626a8014f2811bf8835f348116e7b7e2efaaace (patch)
tree6b137c5c31bda3cdad09f5beb4f48d2a0608f23e
parent0e25bd24244bc9f73fd4e4787a8c5c99c6a384f1 (diff)
downloadaur-9626a8014f2811bf8835f348116e7b7e2efaaace.tar.gz
Update to 2.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ec4b18ac49e..6bb9f561e94e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pypdf2
pkgdesc = A pure-python PDF library for splitting, merging, cropping, and transforming pages of PDF files
- pkgver = 2.6.0
+ pkgver = 2.7.0
pkgrel = 1
url = https://github.com/py-pdf/PyPDF2
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = python-pypdf2-2.6.0.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.6.0.tar.gz
- sha256sums = 24848d28fb84caf793b7e465032a39747bf9484488c095a36b95e7608f650c56
+ source = python-pypdf2-2.7.0.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.7.0.tar.gz
+ sha256sums = 8a4e8d0cd382ecaec03db01b02bb83b6d1ccc929ce6db7bf7e540951975e1307
pkgname = python-pypdf2
diff --git a/PKGBUILD b/PKGBUILD
index 4c92f414cddd..5b3fac68d580 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_name=PyPDF2
pkgname=python-pypdf2
-pkgver=2.6.0
+pkgver=2.7.0
pkgrel=1
pkgdesc='A pure-python PDF library for splitting, merging, cropping, and transforming pages of PDF files'
arch=(any)
@@ -14,7 +14,7 @@ license=(BSD)
depends=(python)
makedepends=(python-setuptools)
source=($pkgname-$pkgver.tar.gz::"https://github.com/py-pdf/$_name/archive/$pkgver.tar.gz")
-sha256sums=('24848d28fb84caf793b7e465032a39747bf9484488c095a36b95e7608f650c56')
+sha256sums=('8a4e8d0cd382ecaec03db01b02bb83b6d1ccc929ce6db7bf7e540951975e1307')
build() {
cd $_name-$pkgver