Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / qpdf
Commits:
935f3e6e by Andreas Radke at 2026-01-20T14:46:56+01:00
upgpkg: 12.3.1-2; upstream added pgp signature - so build once more with
signature verification
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = qpdf
pkgdesc = QPDF: A Content-Preserving PDF Transformation System
pkgver = 12.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/qpdf/qpdf
arch = x86_64
license = Apache-2.0
@@ -17,8 +17,10 @@ pkgbase = qpdf
makedepends = python-sphinx_rtd_theme
makedepends = texlive-latexextra
source =
https://github.com/qpdf/qpdf/releases/download/v12.3.1/qpdf-12.3.1.tar.gz
+ source =
https://github.com/qpdf/qpdf/releases/download/v12.3.1/qpdf-12.3.1.tar.gz.asc
validpgpkeys = C2C96B10011FE009E6D1DF828A75D10998012C7E
sha256sums =
6de2a390b807a881bba2ab1abb080e985c2338a64137807ed28a946a258ffc89
+ sha256sums = SKIP
pkgname = qpdf
depends = libjpeg-turbo
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgbase=qpdf
pkgname=('qpdf' 'qpdf-docs')
pkgver=12.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
arch=('x86_64')
url="https://github.com/qpdf/qpdf"
@@ -15,12 +15,9 @@ makedepends=('libjpeg-turbo' 'zlib' 'gnutls' 'cmake'
'texlive-bin' 'texlive-binextra' 'texlive-fontsrecommended'
'python-sphinx' 'python-sphinx_rtd_theme' 'texlive-latexextra')
# https://github.com/qpdf/qpdf/releases/download/v11.10.1/qpdf-11.10.1.sha256
-source=(https://github.com/qpdf/qpdf/releases/download/v$pkgver/${pkgname}-${pkgver}.tar.gz
-# {,.asc}
-)
+source=(https://github.com/qpdf/qpdf/releases/download/v$pkgver/${pkgname}-${pkgver}.tar.gz{,.asc})
sha256sums=('6de2a390b807a881bba2ab1abb080e985c2338a64137807ed28a946a258ffc89'
- # 'SKIP'
-)
+ 'SKIP')
validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt
<[email protected]>"
# howto build the docs:
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qpdf/-/commit/935f3e6e4cafe637ca75389dc6bde7fc95902ca5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qpdf/-/commit/935f3e6e4cafe637ca75389dc6bde7fc95902ca5
You're receiving this email because of your account on gitlab.archlinux.org.