Date: Sunday, April 12, 2020 @ 11:05:22 Author: jelle Revision: 613401
upgpkg: diffoscope 140-1 Upstream update, added Hierarchical Data Format support. Modified: diffoscope/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-12 11:05:01 UTC (rev 613400) +++ PKGBUILD 2020-04-12 11:05:22 UTC (rev 613401) @@ -1,7 +1,7 @@ # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org> pkgname=diffoscope -pkgver=139 +pkgver=140 pkgrel=1 pkgdesc='Tool for in-depth comparison of files, archives, and directories' url='https://diffoscope.org/' @@ -22,6 +22,7 @@ 'dtc: device tree comparing support' 'e2fsprogs: Ext2/3/4 filesystem utilities support' 'enjarify: Android dex file support' + 'hdf5: Hierarchical Data Format support' 'imagemagick: ImageMagick identify support' 'fpc: Free Pascal utilities support' 'java-environment: java utilities support' @@ -56,14 +57,14 @@ ) makedepends=('help2man' 'python-docutils' 'git') checkdepends=( - 'python-pytest' 'python-jsbeautifier' 'acl' 'binutils' 'bzip2' 'cdrtools' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify' 'imagemagick' - 'java-environment=10' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' 'lz4' - 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib' + 'python-pytest' 'python-jsbeautifier' 'python-h5py' 'acl' 'binutils' 'bzip2' 'cdrtools' 'cpio' 'diffutils' 'e2fsprogs' 'enjarify' + 'hdf5' 'imagemagick' 'java-environment=10' 'fontforge' 'gettext' 'ghc' 'gnupg' 'mono' 'mono-tools' 'poppler' 'sqlite' 'squashfs-tools' + 'lz4' 'unzip' 'gzip' 'tar' 'tcpdump' 'vim' 'xz' 'llvm' 'colord' 'fpc' 'openssh' 'odt2txt' 'docx2txt' 'r' 'dtc' 'giflib' 'gnumeric' 'python-progressbar' 'binwalk' 'python-argcomplete' 'zstd') source=(https://diffoscope.org/archive/diffoscope-${pkgver}.tar.bz2{,.asc}) -sha512sums=('61b39b771f8334777f736df634a38984b8a1cf2058e07e01ced01cde899e8262f6424234717843142b258d5ef2145fdb905691af3dc56427872948895ff654aa' +sha512sums=('76fda58b7e71e2df0ba0fca9ab1819b388d830e222b330fbaf372834fb862dc0414363e9fdbe0ce7fe3b5fd1c220c846678bd27d81a2dc6c3ff12afe75d1e8b1' 'SKIP') -b2sums=('b3f92d653d30c2a8921135d85aadf76a7ac1acf10cf62892d354d7fb021c736f69102aea447122cef5dccf27072d8d315e94b0b49d7e65f9e917c1573493f04a' +b2sums=('874d216b0c2008cab4368ae59dd52a794949235683d0f061e221e01d53214af35395a605644535e586042623621710a0467cb8fc6711afcb3d4e854d04d4fd71' 'SKIP') validpgpkeys=("C2FE4BD271C139B86C533E461E953E27D4311E58") # "Chris Lamb <[email protected]>"
