Date: Friday, December 30, 2022 @ 13:40:21 Author: jelle Revision: 1372410
upgpkg: diffoscope 230-1 Modified: diffoscope/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-30 13:24:19 UTC (rev 1372409) +++ PKGBUILD 2022-12-30 13:40:21 UTC (rev 1372410) @@ -1,7 +1,7 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=diffoscope -pkgver=229 +pkgver=230 pkgrel=1 pkgdesc='Tool for in-depth comparison of files, archives, and directories' url='https://diffoscope.org/' @@ -67,9 +67,9 @@ 'libxmlb' 'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh' 'openssl' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib' 'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd' 'uboot-tools') source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc}) -sha512sums=('ebea41826b85723aebe2cf59427dc7bbdabe6f55635ab22bfa62f914dbb413188f02ab137563790499cdee76e4d15d7ca2119a510e71610c262d12cbf03eaa2c' +sha512sums=('85bd5b41e92afcd8f3483839fb259d1289b4ede5525a0c92f768b27375395e55a39bb422c1ea8db0ab5cab0a812ecb12137d3acf6a7c7a59876ab1d4165d189b' 'SKIP') -b2sums=('cb8f93ebf9e8f9d1117b29e7ca3945ed28792bf99d0b934eda7e07946c848a806781008a7e2b42e23441a669eb5a1c98d02b0f24302900e048562e8331d660cc' +b2sums=('d27200cb53f8f3d8d90d96e1a690e7071ed2e45d76986fb95b8374ac7ea378bfd33d9765f626e87412cea085e60929c2bd5c1b868f6c823019afb72e78aa10b5' 'SKIP') validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb <[email protected]>" @@ -83,8 +83,6 @@ cd ${pkgname}-${pkgver} # lcms2 causes cd-iccdump to segfault rm tests/comparators/test_icc.py - # https://salsa.debian.org/reproducible-builds/diffoscope/-/merge_requests/111 - rm tests/comparators/test_berkeley_db.py PYTHONPATH=".:${PYTHONPATH}" PYTHONDONTWRITEBYTECODE=1 py.test \ -k 'not test_ppu and not test_superblock ' # unsquashfs output differs from fixture.
