Date: Wednesday, October 13, 2021 @ 13:35:32 Author: archange Revision: 1030001
upgpkg: img2pdf 0.4.2-1 Modified: img2pdf/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-13 13:00:26 UTC (rev 1030000) +++ PKGBUILD 2021-10-13 13:35:32 UTC (rev 1030001) @@ -1,7 +1,7 @@ # Maintainer: Bruno Pagani <archa...@archlinux.org> pkgname=img2pdf -pkgver=0.4.1 +pkgver=0.4.2 pkgrel=1 pkgdesc="Losslessly convert raster images to PDF" arch=(any) @@ -8,10 +8,10 @@ url="https://gitlab.mister-muffin.de/josch/img2pdf" license=(LGPL3) depends=(python-pillow python-pikepdf python-setuptools) -checkdepends=(python-pytest python-pdfrw python-numpy python-scipy python-lxml +checkdepends=(python-pytest python-numpy python-scipy python-lxml colord ghostscript imagemagick mupdf-tools poppler perl-image-exiftool netpbm) source=(https://files.pythonhosted.org/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('38a1229ca84b211d7782d1d65ad7251a9781bf24f6f6497c738c755fcfed5552') +sha256sums=('aacf586503d6113e53bfb03c85c85e546c384413a56c15ddd08ee51c864479a2') build() { cd ${pkgname}-${pkgver} @@ -27,9 +27,8 @@ -e 's|Tagged Image File Format|TIFF|g' \ -e 's|CompuServe graphics interchange format|GIF|g' \ -i src/img2pdf_test.py - sed 's|endianess|endianness|g' -i src/img2pdf_test.py sed 's|usr/share/color/icc/sRGB.icc|usr/share/color/icc/colord/sRGB.icc|g' -i src/img2pdf_test.py - # Failures with checksuming and Zip vs None compression + # Failures with depth python -m pytest || echo "Tests failed" }