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