summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-11-20 22:52:43 +1000
committerMark Blakeney2022-11-20 22:52:43 +1000
commit56a62eaa1cc239a9665246ebe6a3bee25eda2de5 (patch)
tree7ec29a2da32c932a4bd9095db68a43c9f609eca0
parent5c3115d99d95a930015749735ff8c7347dd49cef (diff)
downloadaur-56a62eaa1cc239a9665246ebe6a3bee25eda2de5.tar.gz
Update to 2.11.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee2b351ee034..d2f13653b6a3 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.1
- pkgrel = 2
+ pkgver = 2.11.2
+ pkgrel = 1
url = https://github.com/py-pdf/PyPDF2
arch = any
license = BSD
@@ -10,7 +10,7 @@ pkgbase = python-pypdf2
makedepends = python-installer
makedepends = python-wheel
depends = python
- source = python-pypdf2-2.11.1.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.11.1.tar.gz
- sha256sums = a4e323120adc5103d53c370782bfc86381143ea7b69e9213eb1263c7aaf39df8
+ source = python-pypdf2-2.11.2.tar.gz::https://github.com/py-pdf/PyPDF2/archive/2.11.2.tar.gz
+ sha256sums = 06c56b265e1e893b89ddbfbdab27c4125efd3901eb094242a137ec40f2efb69c
pkgname = python-pypdf2
diff --git a/PKGBUILD b/PKGBUILD
index c0d6353faeba..7a4a097acf7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,16 @@
_name=PyPDF2
pkgname=python-pypdf2
-pkgver=2.11.1
-pkgrel=2
+pkgver=2.11.2
+pkgrel=1
pkgdesc='Python library for splitting, merging, cropping, and transforming pages of PDF files'
arch=(any)
url="https://github.com/py-pdf/$_name"
license=(BSD)
depends=(python)
-makedepends=(python-setuptools python-build python-installer python-wheel)
+makedepends=(python-setuptools python-build python-installer python-wheel python-flit-core)
source=($pkgname-$pkgver.tar.gz::"https://github.com/py-pdf/$_name/archive/$pkgver.tar.gz")
-sha256sums=('a4e323120adc5103d53c370782bfc86381143ea7b69e9213eb1263c7aaf39df8')
+sha256sums=('06c56b265e1e893b89ddbfbdab27c4125efd3901eb094242a137ec40f2efb69c')
build() {
cd $_name-$pkgver