Date: Monday, April 11, 2022 @ 18:48:44 Author: archange Revision: 1185890
upgpkg: img2pdf 0.4.4-1 Modified: img2pdf/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-11 18:32:07 UTC (rev 1185889) +++ PKGBUILD 2022-04-11 18:48:44 UTC (rev 1185890) @@ -1,8 +1,8 @@ # Maintainer: Bruno Pagani <[email protected]> pkgname=img2pdf -pkgver=0.4.3 -pkgrel=2 +pkgver=0.4.4 +pkgrel=1 pkgdesc="Losslessly convert raster images to PDF" arch=(any) url="https://gitlab.mister-muffin.de/josch/img2pdf" @@ -11,7 +11,7 @@ checkdepends=(python-pytest python-numpy python-scipy python-lxml colord ghostscript imagemagick mupdf-tools openjpeg2 poppler perl-image-exiftool netpbm) source=(https://files.pythonhosted.org/packages/source/i/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('8e51c5043efa95d751481b516071a006f87c2a4059961a9ac43ec238915de09f') +sha256sums=('8ec898a9646523fd3862b154f3f47cd52609c24cc3e2dc1fb5f0168f0cbe793c') build() { cd ${pkgname}-${pkgver} @@ -29,7 +29,7 @@ -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 depth - python -m pytest || echo "Tests failed" + pytest -vv --color=yes || echo "Tests failed" } package() {
