summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuanji2022-05-13 21:51:26 +0900
committerYuanji2022-05-13 21:51:26 +0900
commit7bfae1ad1f0a266516423e17b7d5c4257a2732e6 (patch)
tree21cf17098ce1b1bd1a8b9e1a4f08d8beca64477f
parent7324c929c69243764f6b86de77680e839f1df0d1 (diff)
downloadaur-7bfae1ad1f0a266516423e17b7d5c4257a2732e6.tar.gz
update to 1.27.12
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d5b485ae884..c3c8e51da03a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = python-pypdf2
- pkgdesc = A utility to read and write PDFs with Python
- pkgver = 1.26.0
- pkgrel = 2
- url = https://mstamy2.github.com/PyPDF2
+ pkgdesc = A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files
+ pkgver = 1.27.12
+ pkgrel = 1
+ url = https://github.com/py-pdf/PyPDF2
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = python-pypdf2-1.26.0.tar.gz::https://github.com/mstamy2/PyPDF2/archive/1.26.0.tar.gz
- sha256sums = 140b1fed792f487f2fd814eb0e832a5b6ef5ae362da302c1fc5a9786d5acb469
+ source = python-pypdf2-1.27.12.tar.gz::https://github.com/py-pdf/PyPDF2/archive/1.27.12.tar.gz
+ sha256sums = 2f953639cc0c2722aac61411c4ba4f03116825946c13cc9d01500a183862632c
pkgname = python-pypdf2
-
diff --git a/PKGBUILD b/PKGBUILD
index 2e9803e8f218..8d97e2dee1c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-pypdf2
-pkgver=1.26.0
-pkgrel=2
-pkgdesc='A utility to read and write PDFs with Python'
+pkgver=1.27.12
+pkgrel=1
+pkgdesc='A pure-python PDF library capable of splitting, merging, cropping, and transforming the pages of PDF files'
arch=(any)
-url='https://mstamy2.github.com/PyPDF2'
+url='https://github.com/py-pdf/PyPDF2'
license=(BSD)
depends=(python)
makedepends=(python-setuptools)
-source=($pkgname-$pkgver.tar.gz::"https://github.com/mstamy2/PyPDF2/archive/$pkgver.tar.gz")
-sha256sums=('140b1fed792f487f2fd814eb0e832a5b6ef5ae362da302c1fc5a9786d5acb469')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/py-pdf/PyPDF2/archive/$pkgver.tar.gz")
+sha256sums=('2f953639cc0c2722aac61411c4ba4f03116825946c13cc9d01500a183862632c')
build() {
cd PyPDF2-$pkgver