diff --git a/srcpkgs/pdfcpu/template b/srcpkgs/pdfcpu/template index d620e201532b3d..3a37af258ac0d2 100644 --- a/srcpkgs/pdfcpu/template +++ b/srcpkgs/pdfcpu/template @@ -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" @@ -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