Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions srcpkgs/pdfcpu/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'pdfcpu'
pkgname=pdfcpu
version=0.11.1
version=0.13.0
revision=1
build_style=go
go_import_path="github.com/pdfcpu/pdfcpu"
Expand All @@ -11,4 +11,8 @@ license="Apache-2.0"
homepage="http://pdfcpu.io/"
changelog="https://github.com/pdfcpu/pdfcpu/releases"
distfiles="https://github.com/pdfcpu/pdfcpu/archive/v${version}.tar.gz"
checksum=f92a3c0953acf4dc8d6e6c39fa89053f9e506ed1cbb1dcac13ea25ca03da8f03
checksum=d7e657051aef697d39da63a5366850d476485b33d5ad100b829b86153df8c094

if [ "${XBPS_TARGET_WORDSIZE}" = 32 ]; then
make_check=ci-skip # unexpected EOF in pkg/cli/test
fi