[arch-commits] Commit in qpdf/trunk (PKGBUILD)
Andreas Radke
andyrtr at gemini.archlinux.org
Wed Feb 9 19:17:13 UTC 2022
Date: Wednesday, February 9, 2022 @ 19:17:13
Author: andyrtr
Revision: 436777
upgpkg: qpdf 10.6.0-1: upstream update 10.6.0
Modified:
qpdf/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-09 19:10:53 UTC (rev 436776)
+++ PKGBUILD 2022-02-09 19:17:13 UTC (rev 436777)
@@ -4,7 +4,7 @@
# Contributor: Nuno Araujo <nuno.araujo at russo79.com>
pkgname=qpdf
-pkgver=10.5.0
+pkgver=10.6.0
pkgrel=1
pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
arch=('x86_64')
@@ -14,10 +14,9 @@
makedepends=('texlive-bin' 'texlive-core' 'python-sphinx' 'python-sphinx_rtd_theme' 'texlive-latexextra')
#optdepends=('perl: required for fix-qdf')
#checkdepends=('perl')
-# https://github.com/qpdf/qpdf/releases/download/release-qpdf-10.5.0/qpdf-10.5.0.sha256
-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})
-sha256sums=('88257d36a44fd5c50b2879488324dd9cafc11686ae49d8c4922a4872203ce006'
+# https://github.com/qpdf/qpdf/releases/download/release-qpdf-10.6.0/qpdf-10.6.0.sha256
+source=(https://github.com/qpdf/qpdf/releases/download/release-${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('6f0fa51b4f9bd964f3045cf21d13f573128ec06a4d78dbdbeb5e332a53b0511e'
'SKIP')
validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt <ejb at ql.org>"
@@ -41,8 +40,9 @@
package() {
cd ${pkgname}-${pkgver}
- make doc-dist DESTDIR="${pkgdir}/" DOC_DEST="${pkgdir}"/usr/share/doc/qpdf install
- install -Dm644 doc/singlehtml/index.html "${pkgdir}"/usr/share/doc/qpdf/qpdf-manual.html
+ make DESTDIR="${pkgdir}/" install
+ install -Dm644 manual/build/singlehtml/index.html "${pkgdir}"/usr/share/doc/qpdf/qpdf-manual.html
+ install -Dm644 manual/build/latex/qpdf.pdf "${pkgdir}"/usr/share/doc/qpdf/qpdf-manual.pdf
install -Dm644 completions/bash/qpdf "${pkgdir}/usr/share/bash-completion/completions/qpdf"
install -Dm644 completions/zsh/_qpdf "${pkgdir}/usr/share/zsh/site-functions/_qpdf"
More information about the arch-commits
mailing list