python2-pypdf2: update to 1.26.0

This commit is contained in:
Jeff Huang 2016-11-21 00:52:54 +00:00
parent 59d1e7f21a
commit 37a6df9357

View File

@ -1,5 +1,5 @@
pkgname=python2-pypdf2 pkgname=python2-pypdf2
pkgver=1.25.1 pkgver=1.26.0
pkgrel=1 pkgrel=1
pkgdesc="PDF toolkit" pkgdesc="PDF toolkit"
arch=('any') arch=('any')
@ -7,8 +7,8 @@ url="https://github.com/mstamy2/PyPDF2"
license=('BSD') license=('BSD')
depends=('python2') depends=('python2')
makedepends=('python2-setuptools') makedepends=('python2-setuptools')
source=(https://github.com/mstamy2/PyPDF2/archive/v${pkgver}.tar.gz) source=(https://github.com/mstamy2/PyPDF2/archive/${pkgver}.tar.gz)
sha512sums=('b54825ed5a5444892b7bf8a1f09913297f30c9967df7d8ae41bdc3c03baa7ee45ea991fcf007e87ea99ccbd2743a336526b427c5e4448759a6d21a135f5d80ff') sha256sums=('140b1fed792f487f2fd814eb0e832a5b6ef5ae362da302c1fc5a9786d5acb469')
package(){ package(){
cd "$srcdir/PyPDF2-$pkgver" cd "$srcdir/PyPDF2-$pkgver"