qpdf: update to 11.3.0.

This commit is contained in:
Benjamín Albiñana 2023-02-26 10:24:49 +01:00 committed by Michal Vasilek
parent 9a47bf4349
commit c7b338bb83
1 changed files with 3 additions and 10 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'qpdf'
pkgname=qpdf
version=11.2.0
version=11.3.0
revision=1
build_style=cmake
hostmakedepends="perl pkg-config"
@ -11,18 +11,11 @@ license="Apache-2.0"
homepage="https://github.com/qpdf/qpdf"
changelog="https://raw.githubusercontent.com/qpdf/qpdf/stable/manual/release-notes.rst"
distfiles="https://github.com/qpdf/qpdf/archive/refs/tags/v${version}.tar.gz"
checksum=d5fde4881948db41300f5806ea54f07f9fc37bc414a6a78efa2649d212b56707
checksum=c82ff456e8ba17f59e4982c46ebab0f2117bd20f80d149d7899a17c15accf14b
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
case "$XBPS_TARGET_MACHINE" in
armv6l-musl)
LIBS="-latomic"
;;
*)
LDFLAGS+=" -latomic"
;;
esac
LIBS="-latomic"
fi
if [ "$CROSS_BUILD" ]; then