Date: Saturday, August 18, 2018 @ 08:20:58 Author: andyrtr Revision: 332219
upgpkg: qpdf 8.2.0-1 upstream update 8.2.0 Modified: qpdf/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-18 08:18:52 UTC (rev 332218) +++ PKGBUILD 2018-08-18 08:20:58 UTC (rev 332219) @@ -5,18 +5,20 @@ # Contributor: Nuno Araujo <[email protected]> pkgname=qpdf -pkgver=8.1.0 +pkgver=8.2.0 pkgrel=1 pkgdesc="QPDF: A Content-Preserving PDF Transformation System" arch=('x86_64') -url="https://sourceforge.net/projects/qpdf/" +url="https://github.com/qpdf/qpdf" license=('custom:Artistic-2.0' 'Apache') depends=('libjpeg-turbo' 'zlib') optdepends=('perl: required for fix-qdf') checkdepends=('perl') -source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}) -sha1sums=('f819707c346b21d90194cf9cec95e370f2807f20' - 'SKIP') +source=(#https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc}) + https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc}) +# sourceforge only offers sha1sums - see checksums at github +sha512sums=('0a73c771a6f63844a4f381d1ce0cdca679c47cb53c83c6b4bb35ebb22146e4bbf5c7e97fdf65b2946d7ee07be263e236a60a8a47f6f395797dfee81310cc00af' + 'SKIP') validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt <[email protected]>" build() {
